Deployment Preflight
caepe deployment preflight↑
Run preflight checks on a deployment
Synopsis↑
Run preflight checks on a deployment. This command will run preflight checks on the specified deployment and return the results.
Examples↑
caepe deployment preflight --cluster <cluster> --application <application> --label <label> --label-value <label-value> --namespace <namespace> --version <version>
Options↑
-a, --application string Application to run preflight checks on. (required)
-c, --cluster string Cluster name to run preflight checks on. (required)
-h, --help help for preflight
-l, --label string Label to target pod to run preflight checks on
-v, --label-value string Value of label to target pod to run preflight checks on
-n, --namespace string Namespace of target pod to run preflight checks on
--payload-json string String representing JSON payload
--version string Version of application in target pod to run preflight checks on
Options inherited from parent commands↑
--config string config file path (default /$HOME/.caepe/config)
--debug output debug logs
--dry-run do not send the request to server
--raw-output show raw output
SEE ALSO↑
- caepe deployment - Deployment commands