This issue presists for all commands. yaml should be supported.
❯ ./harbor-dev registry list -h
list registry
Usage:
harbor registry list [flags]
Flags:
-h, --help help for list
--page int Page number (default 1)
--page-size int Size of per page (default 10)
-q, --query string Query string to query resources
--sort string Sort the resource list in ascending or descending order
Global Flags:
--config string config file (default is $HOME/.harbor/config.yaml) (default "/home/bupd/.harbor/config.yaml")
-o, --output-format string Output format. One of: json|yaml
-v, --verbose verbose output
This issue presists for all commands. yaml should be supported.
This should be yaml but we get json
We can take some functionalities from this PR #74.