Skip to content

Deployment Update

caepe deployment update

Update an existing deployment

caepe deployment update [flags]

Options

      --activity strings      Activitiy to be carried out post a deployment. Options are (smoketest)
  -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
  -d, --deployment string     Deplyoment to update. (required)
  -h, --help                  help for update
  -n, --name string           Name of the deployment
  -s, --namespace string      Namespace to deploy the deployment to
      --payload-json string   String representing JSON payload
  -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
      --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 31-Mar-2023

Last update: 2023-04-19
Back to top