Handle accounts
Handle account related tasks.
Examples:
vcli account inspect 1
vcli account list
vcli account delete 1
vcli account add userX --password xyz
vcli account update 1 --email "example@example.com"
vcli account list -f name="somelogin*"
-h, --help help for account
-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.