There was an error while loading. Please reload this page.
1 parent 417f017 commit bc2f9a5Copy full SHA for bc2f9a5
2 files changed
doc/cli-docs/harbor-login.md
@@ -19,10 +19,11 @@ harbor login [server] [flags]
19
### Options
20
21
```sh
22
- -h, --help help for login
23
- -p, --password string Password
24
- --password-stdin Take the password from stdin
25
- -u, --username string Username
+ -n, --context-name string Login context name
+ -h, --help help for login
+ -p, --password string Password
+ --password-stdin Take the password from stdin
26
+ -u, --username string Username
27
```
28
29
### Options inherited from parent commands
doc/man-docs/man1/harbor-login.1
@@ -14,6 +14,10 @@ Authenticate with Harbor Registry.
14
15
16
.SH OPTIONS
17
+\fB-n\fP, \fB--context-name\fP=""
18
+ Login context name
+
+.PP
\fB-h\fP, \fB--help\fP[=false]
help for login
0 commit comments