Skip to content

Deployment Canary Update

caepe deployment canary update

Update an existing canary deployment

caepe deployment canary update [flags]

Options

  -c, --canary string                     Canary deployment to update. (required)
      --description string                Description of the deployment
      --existing-deployment-traffic int   Deployment traffic distribution. Minimum 1, maximum 99
  -h, --help                              help for update
  -n, --name string                       Name of the deployment
      --payload-json string               String representing JSON payload

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