Handle tag routing targets
Handle Tag routing targets, such as listing, add, delete or update.
Note: Only random, healthy and leastutilized subdecisions are supported for tag routes.
Examples:
 tagroutes list
 tagroutes ls -f id=1
 tagroutes ls -f name="MyTagRoute*"
 tagroutes add myTagRoute --subdecision=random
 tagroutes update 1 --name newname
 tagroutes delete 1
 tagroutes inspect 1
  -h, --help   help for tagroutes
  -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.