Handle Git repositories
Handle Git repositories for deployments.
Example:
gitrepo inspect 1
gitrepo list
gitrepo add --git-url http://github.com/user --git-token mytoken --git-username myuser
gitrepo delete 1
gitrepo update 1 --git-token mynewtoken
-h, --help help for gitrepo
-c, --config string configuration file for the CLI (default ~/.vcli.yml)
Could also be set via VARNISH_CONTROLLER_CLI_CONFIG=/path/to/config.yml
--csv Output the response table as CSV format.
-j, --json Output the response table as JSON format.