Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.05 KB

File metadata and controls

48 lines (34 loc) · 1.05 KB
title harbor label create
weight 80

harbor label create

Description

create label

Synopsis

create label in harbor

harbor label create [flags]

Examples

harbor label create

Options

      --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
  -i, --project int          Id of the project when scope is p
  -s, --scope string         Scope of the label. eg- g(global), p(specific project) (default "g")

Options inherited from parent commands

  -c, --config string          config file (default is $HOME/.config/harbor-cli/config.yaml)
  -l, --log-format string      Output format for logging. One of: json|text (default "text")
  -o, --output-format string   Output format. One of: json|yaml
  -v, --verbose                verbose output

SEE ALSO