Skip to content

Commit

Permalink
chore(cmx): update cluster subcommand example to use nodegroup ls (#480)
Browse files Browse the repository at this point in the history
The prior example used 'replicated cluster nodegroup create' which
isn't yet implemented.  Change to an example that actually works.

Signed-off-by: Kyle Squizzato <[email protected]>
  • Loading branch information
squizzi authored Dec 13, 2024
1 parent 33c0af9 commit c3913a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/cmd/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ func (r *runners) InitClusterCommand(parent *cobra.Command) *cobra.Command {
# Remove a specific cluster by ID
replicated cluster rm <cluster-id>
# Create a node group within a specific cluster
replicated cluster nodegroup create --cluster-id <cluster-id> --instance-type m6.large --nodes 3`,
# List all nodegroups in a specific cluster
replicated cluster nodegroup ls <cluster-id>`,
}
parent.AddCommand(cmd)

Expand Down

0 comments on commit c3913a2

Please sign in to comment.