-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add man doc for artifact labels subcommand
Signed-off-by: Alan Tang <[email protected]>
- Loading branch information
1 parent
6ef5e44
commit 3ab5498
Showing
3 changed files
with
129 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
.nh | ||
.TH "HARBOR" "1" "Feb 2025" "Habor Community" "Harbor User Mannuals" | ||
|
||
.SH NAME | ||
harbor-artifact-labels-add - Add a label of an artifact | ||
|
||
|
||
.SH SYNOPSIS | ||
\fBharbor artifact labels add [flags]\fP | ||
|
||
|
||
.SH DESCRIPTION | ||
Add a label of an artifact | ||
|
||
|
||
.SH OPTIONS | ||
\fB-h\fP, \fB--help\fP[=false] | ||
help for add | ||
|
||
|
||
.SH OPTIONS INHERITED FROM PARENT COMMANDS | ||
\fB-c\fP, \fB--config\fP="" | ||
config file (default is $HOME/.config/harbor-cli/config.yaml) | ||
|
||
.PP | ||
\fB-o\fP, \fB--output-format\fP="" | ||
Output format. One of: json|yaml | ||
|
||
.PP | ||
\fB-v\fP, \fB--verbose\fP[=false] | ||
verbose output | ||
|
||
|
||
.SH EXAMPLE | ||
.EX | ||
harbor artifact labels add <project>/<repository>/<reference> <labelName|labelID> | ||
.EE | ||
|
||
|
||
.SH SEE ALSO | ||
\fBharbor-artifact-labels(1)\fP | ||
|
||
|
||
.SH HISTORY | ||
5-Feb-2025 Auto generated by spf13/cobra |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
.nh | ||
.TH "HARBOR" "1" "Feb 2025" "Habor Community" "Harbor User Mannuals" | ||
|
||
.SH NAME | ||
harbor-artifact-labels-remove - Remove a label of an artifact | ||
|
||
|
||
.SH SYNOPSIS | ||
\fBharbor artifact labels remove [flags]\fP | ||
|
||
|
||
.SH DESCRIPTION | ||
Remove a label of an artifact | ||
|
||
|
||
.SH OPTIONS | ||
\fB-h\fP, \fB--help\fP[=false] | ||
help for remove | ||
|
||
|
||
.SH OPTIONS INHERITED FROM PARENT COMMANDS | ||
\fB-c\fP, \fB--config\fP="" | ||
config file (default is $HOME/.config/harbor-cli/config.yaml) | ||
|
||
.PP | ||
\fB-o\fP, \fB--output-format\fP="" | ||
Output format. One of: json|yaml | ||
|
||
.PP | ||
\fB-v\fP, \fB--verbose\fP[=false] | ||
verbose output | ||
|
||
|
||
.SH EXAMPLE | ||
.EX | ||
harbor artifact labels remove <project>/<repository>/<reference> <labelName|labelID> | ||
.EE | ||
|
||
|
||
.SH SEE ALSO | ||
\fBharbor-artifact-labels(1)\fP | ||
|
||
|
||
.SH HISTORY | ||
5-Feb-2025 Auto generated by spf13/cobra |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
.nh | ||
.TH "HARBOR" "1" "Feb 2025" "Habor Community" "Harbor User Mannuals" | ||
|
||
.SH NAME | ||
harbor-artifact-labels - Manage labels of an artifact | ||
|
||
|
||
.SH SYNOPSIS | ||
\fBharbor artifact labels [flags]\fP | ||
|
||
|
||
.SH DESCRIPTION | ||
Manage labels of an artifact | ||
|
||
|
||
.SH OPTIONS | ||
\fB-h\fP, \fB--help\fP[=false] | ||
help for labels | ||
|
||
|
||
.SH OPTIONS INHERITED FROM PARENT COMMANDS | ||
\fB-c\fP, \fB--config\fP="" | ||
config file (default is $HOME/.config/harbor-cli/config.yaml) | ||
|
||
.PP | ||
\fB-o\fP, \fB--output-format\fP="" | ||
Output format. One of: json|yaml | ||
|
||
.PP | ||
\fB-v\fP, \fB--verbose\fP[=false] | ||
verbose output | ||
|
||
|
||
.SH SEE ALSO | ||
\fBharbor-artifact(1)\fP, \fBharbor-artifact-labels-add(1)\fP, \fBharbor-artifact-labels-remove(1)\fP | ||
|
||
|
||
.SH HISTORY | ||
5-Feb-2025 Auto generated by spf13/cobra |