Create a custom session
Create a custom session that can be used as a long lived token/session.
vcli session create [session-id,... | -f] [flags]
-e, --expire string Token expiration (e.g. 1h, 30m, 10s) or date ('YYYY-MM-DDThh:mm:ssZ' for UTC, 'YYYY-MM-DD hh:mm:ss', 'YYYY-MM-DD hh:mm', YYYY-MM-DD, YYYY-MM, YYYY)
-h, --help help for create
-l, --label string Session label to identify custom sessions
--role int Role ID
-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.