diff --git a/README.md b/README.md index a6e5e79b..9b157906 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ $ bk agent stop Available Commands: agent Manage agents build Manage pipeline builds + cluster Manage organization clusters completion Generate the autocompletion script for the specified shell configure Configure Buildkite API token help Help about any command diff --git a/pkg/cmd/cluster/cluster.go b/pkg/cmd/cluster/cluster.go index 6629c18a..81fa07a8 100644 --- a/pkg/cmd/cluster/cluster.go +++ b/pkg/cmd/cluster/cluster.go @@ -9,9 +9,10 @@ import ( func NewCmdCluster(f *factory.Factory) *cobra.Command { cmd := cobra.Command{ - Use: "cluster ", - Args: cobra.ArbitraryArgs, - Long: "View cluster information", + Use: "cluster ", + Args: cobra.ArbitraryArgs, + Long: "Manage organization clusters", + Short: "Manage organization clusters", Example: heredoc.Doc(` # To view cluster details $ bk cluster view "cluster_id"