Skip to content

Deployment Estimate

caepe deployment estimate

Estimate the cost of a deployment

caepe deployment estimate [flags]

Options

      --activity strings       Activitiy to be carried out post a deployment. Options are (smoketest)
  -a, --application string     Application reference
      --bandwidth int          Bandwidth to use for the deployment
  -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 estimate
      --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

      --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