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 11463cd commit 9d23433Copy full SHA for 9d23433
cmd/plugin/main.go
@@ -12,6 +12,7 @@ func main() {
12
terraformCmd := &cobra.Command{
13
Use: "terraform",
14
Short: "Root command of the Atlas CLI plugin for MongoDB Atlas Provider",
15
+ Aliases: []string{"tf"},
16
}
17
18
terraformCmd.AddCommand(
@@ -25,7 +26,6 @@ func main() {
25
26
HiddenDefaultCmd: true,
27
28
rootCmd := &cobra.Command{
- Aliases: []string{"tf"},
29
DisableFlagParsing: true,
30
DisableAutoGenTag: true,
31
DisableSuggestions: true,
0 commit comments