Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.06 KB

File metadata and controls

49 lines (34 loc) · 1.06 KB
title harbor info
weight 65

harbor info

Description

Display detailed Harbor system, statistics, and CLI environment information

Synopsis

The 'info' command retrieves and displays general information about the Harbor instance, including system metadata, storage statistics, and CLI environment details such as user identity, registry address, and CLI version.

The output can be formatted as table (default), JSON, or YAML using the '--output-format' flag.

harbor info [flags]

Examples

  harbor info
  harbor info --output-format json
  harbor info -o yaml

Options

  -h, --help   help for info

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

  • harbor - Official Harbor CLI