-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: bupd <bupdprasanth@gmail.com>
- Loading branch information
Showing
97 changed files
with
1,438 additions
and
681 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
This file was deleted.
Oops, something went wrong.
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
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
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
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
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
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
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
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
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,42 @@ | ||
--- | ||
title: harbor artifact view | ||
weight: 45 | ||
--- | ||
## harbor artifact view | ||
|
||
### Description | ||
|
||
##### Get information of an artifact | ||
|
||
### Synopsis | ||
|
||
Get information of an artifact | ||
|
||
```sh | ||
harbor artifact view [flags] | ||
``` | ||
|
||
### Examples | ||
|
||
```sh | ||
harbor artifact view <project>/<repository>/<reference> | ||
``` | ||
|
||
### Options | ||
|
||
```sh | ||
-h, --help help for view | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
```sh | ||
-c, --config string config file (default is $HOME/.config/harbor-cli/config.yaml) | ||
-o, --output-format string Output format. One of: json|yaml | ||
-v, --verbose verbose output | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [harbor artifact](harbor-artifact.md) - Manage artifacts | ||
|
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
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
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,46 @@ | ||
--- | ||
title: harbor label create | ||
weight: 20 | ||
--- | ||
## harbor label create | ||
|
||
### Description | ||
|
||
##### create label | ||
|
||
### Synopsis | ||
|
||
create label in harbor | ||
|
||
```sh | ||
harbor label create [flags] | ||
``` | ||
|
||
### Examples | ||
|
||
```sh | ||
harbor label create | ||
``` | ||
|
||
### Options | ||
|
||
```sh | ||
--color string Color of the label.color is in hex value (default "#FFFFFF") | ||
-d, --description string Description of the label | ||
-h, --help help for create | ||
-n, --name string Name of the label | ||
-s, --scope string Scope of the label. eg- g(global), p(specific project) (default "g") | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
```sh | ||
-c, --config string config file (default is $HOME/.config/harbor-cli/config.yaml) | ||
-o, --output-format string Output format. One of: json|yaml | ||
-v, --verbose verbose output | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [harbor label](harbor-label.md) - Manage labels in Harbor | ||
|
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 @@ | ||
--- | ||
title: harbor label delete | ||
weight: 60 | ||
--- | ||
## harbor label delete | ||
|
||
### Description | ||
|
||
##### delete label | ||
|
||
```sh | ||
harbor label delete [flags] | ||
``` | ||
|
||
### Examples | ||
|
||
```sh | ||
harbor label delete [labelname] | ||
``` | ||
|
||
### Options | ||
|
||
```sh | ||
-h, --help help for delete | ||
-s, --scope string default(global).'p' for project labels.Query scope of the label (default "g") | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
```sh | ||
-c, --config string config file (default is $HOME/.config/harbor-cli/config.yaml) | ||
-o, --output-format string Output format. One of: json|yaml | ||
-v, --verbose verbose output | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [harbor label](harbor-label.md) - Manage labels in Harbor | ||
|
Oops, something went wrong.