Skip to content

Cluster Group Create

caepe cluster group create

Create a cluster group

caepe cluster group create [flags]

Options

  -d, --description string    Description of the cluster group. (required)
  -h, --help                  help for create
  -m, --member strings        Cluster to add to the cluster group. (required)
  -n, --name string           Name of the cluster group. (required)
      --payload-json string   String representing JSON payload

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