Search
Varnish Controller

vcli permission

Handle permissions

Synopsis

Handle permission related tasks.

Resources that have permissions: vclgroup deployment org idp account file agent perm domain tag session invalidation logentry router routingrules externalroute compilevclfiles routertrace plugingrpc routingplugin privatetoken sharedtoken asnroute cidrroute regexproute rejectroute geolocationroute asntag cidrtag regexptag geolocationtag command configset config certificatetls tagroute

Examples:

vcli perm inspect 1
vcli perm list
vcli perm add vcl --account 1 --read
vcli perm add domain --account 1 --write
vcli perm list -f name="vcl*"
vcli perm update 1 --write=false
vcli perm requirements agent,vclgroup,router

Options

  -h, --help   help for permission

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