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 7464414 commit 6aeac77Copy full SHA for 6aeac77
cmd/context.go
@@ -20,13 +20,13 @@ func NewContextCommand(globalClientOpts *connectors.ClientOptions) *cobra.Comman
20
Aliases: []string{"ctx"},
21
Short: "switch between contexts",
22
Example: `# List Microcks context
23
-microcks context/ctx
+microcks context
24
25
-#Switch Microcks context
26
-microcks context httP://localhost:8080
+# Switch Microcks context
+microcks context http://localhost:8080
27
28
# Delete Microcks context
29
-microcks context httP://localhost:8080 --delete`,
+microcks context http://localhost:8080 --delete`,
30
Run: func(cmd *cobra.Command, args []string) {
31
configPath := globalClientOpts.ConfigPath
32
localCfg, err := config.ReadLocalConfig(configPath)
0 commit comments