Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.04 KB

File metadata and controls

41 lines (31 loc) · 1.04 KB
title weight
harbor project list
85

harbor project list

Description

List projects
harbor project list [flags]

Options

      --fuzzy strings   Fuzzy match filter (key=value)
  -h, --help            help for list
      --match strings   exact match filter (key=value)
      --name string     Name of the project
      --page int        Page number (default 1)
      --page-size int   Size of per page (0 to fetch all)
      --private         Show only private projects
      --public          Show only public projects
      --range strings   range filter (key=min~max)
      --sort string     Sort the resource list in ascending or descending order

Options inherited from parent commands

  -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