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 6c8259d commit 515759bCopy full SHA for 515759b
cmd/plugin/main.go
@@ -10,9 +10,9 @@ import (
10
11
func main() {
12
terraformCmd := &cobra.Command{
13
- Use: "terraform",
14
- Short: "Root command of the Atlas CLI plugin for Terraform's MongoDB Atlas Provider",
15
- Aliases: []string{"tf"},
+ Use: "terraform",
+ Short: "Root command of the Atlas CLI plugin for Terraform's MongoDB Atlas Provider",
+ Aliases: []string{"tf"},
16
}
17
18
terraformCmd.AddCommand(
0 commit comments