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.
2 parents b892bbb + 8706efd commit b12c047Copy full SHA for b12c047
1 file changed
cmd/logout.go
@@ -17,8 +17,11 @@ func NewLogoutCommand(globalClientOpts *connectors.ClientOptions) *cobra.Command
17
Use: "logout CONTEXT",
18
Short: "Log out from Microcks",
19
Long: "Log out from Microcks",
20
- Example: `# To log out of Microcks
21
-$ microcks logout`,
+ Example: `# Log out from a Microcks server URL
+microcks logout http://localhost:8080
22
+
23
+# Log out from a named context
24
+microcks logout dev-context`,
25
26
Run: func(cmd *cobra.Command, args []string) {
27
if len(args) == 0 {
0 commit comments