fastly service create
Create a Fastly service.
Syntax
$ fastly service create --name=NAME
Options
Key | Required? | Default | Description |
---|---|---|---|
--name | Yes | Service name | |
--type | No | vcl | Service type. Can be one of "wasm" or "vcl", defaults to "vcl". |
--comment | No | Human-readable comment |
Global options
Key | Required? | Default | Description |
---|---|---|---|
--help | No | Show context-sensitive help. | |
--accept-defaults | No | Accept default options for all interactive prompts apart from Yes/No confirmations | |
--auto-yes | No | Answer yes automatically to all Yes/No confirmations. This may suppress security warnings | |
--non-interactive | No | Do not prompt for user input - suitable for CI processes. Equivalent to --accept-defaults and --auto-yes | |
--profile | No | Switch account profile for single command execution (see also: 'fastly profile switch') | |
--token | No | Fastly API token (or via FASTLY_API_TOKEN) | |
--verbose | No | Verbose logging |