Search
Varnish Controller

vcli account

Handle accounts

Synopsis

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*"

Options

  -h, --help   help for account

Options inherited from parent commands

  -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.

SEE ALSO