Skip to content

Cluster Update

caepe cluster update

Update a cluster

caepe cluster update [flags]

Options

  -d, --description string    Description of the cluster
  -e, --environment string    Environment type of the cluster
  -h, --help                  help for update
  -i, --id string             ID of the cluster. (required)
      --kubeconfig string     Path to kubeconfig file
  -n, --name string           Name of the cluster
      --payload-json string   String representing JSON payload
      --region string         Region

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