Skip to content

Commit bc2f9a5

Browse files
committed
update --name flag to context-name
Signed-off-by: bupd <bupdprasanth@gmail.com>
1 parent 417f017 commit bc2f9a5

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

doc/cli-docs/harbor-login.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ harbor login [server] [flags]
1919
### Options
2020

2121
```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
22+
-n, --context-name string Login context name
23+
-h, --help help for login
24+
-p, --password string Password
25+
--password-stdin Take the password from stdin
26+
-u, --username string Username
2627
```
2728

2829
### Options inherited from parent commands

doc/man-docs/man1/harbor-login.1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ Authenticate with Harbor Registry.
1414

1515

1616
.SH OPTIONS
17+
\fB-n\fP, \fB--context-name\fP=""
18+
Login context name
19+
20+
.PP
1721
\fB-h\fP, \fB--help\fP[=false]
1822
help for login
1923

0 commit comments

Comments
 (0)