You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
runCmd.Flags().StringVarP(&opts.environment, "environment", "e", "", "Environment in which the target cluster runs. Allowed values: \"stage\" or \"production\"")
106
118
runCmd.Flags().BoolVarP(&opts.isDryRun, "dry-run", "d", false, "Dry-Run: Run the investigation with the dry-run flag. This will not create a report.")
107
119
runCmd.Flags().StringVar(&opts.elevationReason, "reason", "", "Provide a reason for running a manual investigation, used for backplane. Eg: 'OHSS-XXXX', or '#ITN-2024-XXXXX.")
@@ -1399,6 +1408,7 @@ osdctl cluster cad run [flags]
1399
1408
-i, --investigation string Investigation name
1400
1409
--kubeconfig string Path to the kubeconfig file to use for CLI requests.
1401
1410
-o, --output string Valid formats are ['', 'json', 'yaml', 'env']
1411
+
-p, --params stringArray Investigation-specific parameters as KEY=VALUE (can be specified multiple times)
1402
1412
--reason string Provide a reason for running a manual investigation, used for backplane. Eg: 'OHSS-XXXX', or '#ITN-2024-XXXXX.
1403
1413
--request-timeout string The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. (default "0")
1404
1414
-s, --server string The address and port of the Kubernetes API server
0 commit comments