Skip to content

Commit d54c5a5

Browse files
committed
fix(cli): Un-hide login
1 parent 9f9ad6d commit d54c5a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/login.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ WARNING: The 'username'' and 'password' will be stored in the config file in pla
177177
FParseErrWhitelist: cobra.FParseErrWhitelist{},
178178
CompletionOptions: cobra.CompletionOptions{},
179179
TraverseChildren: false,
180-
Hidden: true,
180+
Hidden: false,
181181
SilenceErrors: false,
182182
SilenceUsage: false,
183183
DisableFlagParsing: false,

0 commit comments

Comments
 (0)