Skip to content

Deployment Dryrun

caepe deployment dryrun

Dry run a deployment

caepe deployment dryrun [flags]

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
      --description string     Description of the deployment
  -h, --help                   help for dryrun
      --max-surge int          Maximum number of pods that can be created above the desired number of pods
      --max-unavailable int    Maximum number of unavailable pods during deployment
  -n, --name string            Name of the deployment
  -s, --namespace string       Namespace to deploy the deployment to
      --payload-json string    String representing JSON payload
      --strategy-name string   Name of the deployment strategy
  -t, --type string            Deployment type. Choose from: [smoketest standard] (default "standard")

Options inherited from parent commands

      --auth-host string      hostname for authentication for caepe, i.e auth.biqmind.sh. (required)
      --config string         config file path (default /$HOME/.caepe/config)
      --debug                 output debug logs
      --dry-run               do not send the request to server
      --hostname string       hostname of caepe. (required)
      --organization string   organization to interact with. (required)
      --raw-output            show raw output
      --scheme string         Choose from: [https http] (default "https")
      --skip-tls              ignore tls certificate verification

SEE ALSO

Auto generated by spf13/cobra on 24-Jan-2025
Back to top