We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db532d0 commit 1c24a51Copy full SHA for 1c24a51
internal/cli/clu2adv/clu2adv.go
@@ -8,9 +8,9 @@ import (
8
func Builder() *cobra.Command {
9
o := &opts{fs: afero.NewOsFs()}
10
cmd := &cobra.Command{
11
- Use: "cluster_to_advanced",
12
- Short: "Upgrade cluster to advanced_cluster",
13
- Long: "Upgrade Terraform config from mongodbatlas_cluster to mongodbatlas_advanced_cluster",
+ Use: "clusterToAdvancedCluster",
+ Short: "Convert cluster to advanced_cluster",
+ Long: "Convert a Terraform configuration from mongodbatlas_cluster to mongodbatlas_advanced_cluster",
14
Aliases: []string{"clu2adv"},
15
PreRunE: func(cmd *cobra.Command, args []string) error {
16
return o.PreRun()
0 commit comments