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 32a4ad4 commit a9c05d6Copy full SHA for a9c05d6
cmd/cloudServerCreate.go
@@ -88,7 +88,6 @@ cloud:
88
lw plan --file /tmp/cloud.server.create.yaml
89
`,
90
Run: func(cmd *cobra.Command, args []string) {
91
- fmt.Printf("config.CurrentContext is now: %s\n", config.CurrentContext)
92
params := &instance.CloudServerCreateParams{}
93
94
params.Template, _ = cmd.Flags().GetString("template")
0 commit comments