Skip to content

Deployment Dryrun

caepe deployment dryrun

Dry run a deployment

Synopsis

Dry run a deployment. This command will dry run a deployment and return the results.

caepe deployment dryrun [flags]

Examples

caepe deployment dryrun --name <name> --namespace <namespace> --cluster <cluster> --application <application> --branch <branch>

Options

  -a, --application string   Application reference
  -b, --branch string        Branch in repository to use if using git repository
  -c, --cluster string       Cluster group to deploy to
  -h, --help                 help for dryrun
  -n, --name string          Name of the deployment
  -s, --namespace string     Namespace to deploy the deployment to

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

Auto generated by spf13/cobra on 16-Apr-2025
Back to top