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 c01f511 commit 332453dCopy full SHA for 332453d
2 files changed
cmd/login.go
@@ -40,7 +40,7 @@ func NewLoginCommand(globalClientOpts *connectors.ClientOptions) *cobra.Command
40
Use: "login SERVER",
41
Short: "Login into Microcks instance",
42
Long: "Login into Microcks instance",
43
- Example: `microcks login http://locahost:8080
+ Example: `microcks login http://localhost:8080
44
45
# Provide name to your logged in context (Default context name is server name)
46
microcks login http://localhost:8080 --name
desktop.ini
@@ -0,0 +1,2 @@
1
+[.ShellClassInfo]
2
+LocalizedResourceName=@microcks-cli,0
0 commit comments