fastly
A CLI for interacting with the Fastly platform
Subcommands
Name | Description |
---|---|
acl | Manipulate Fastly ACLs (Access Control Lists) |
acl-entry | Manipulate Fastly ACL (Access Control List) entries |
auth-token | Manage API tokens for Fastly service users |
backend | Manipulate Fastly service version backends |
compute | Manage Compute@Edge packages |
config | Display the Fastly CLI configuration |
dictionary | Manipulate Fastly edge dictionaries |
dictionary-item | Manipulate Fastly edge dictionary items |
domain | Manipulate Fastly service version domains |
healthcheck | Manipulate Fastly service version healthchecks |
ip-list | List Fastly's public IPs |
log-tail | Tail Compute@Edge logs |
logging | Manipulate Fastly service version logging endpoints |
pops | List Fastly datacenters |
profile | Manage user profiles |
purge | Invalidate objects in the Fastly cache |
service | Manipulate Fastly services |
service-version | Manipulate Fastly service versions |
stats | View historical and realtime statistics for a Fastly service |
update | Update the CLI to the latest version |
user | Manipulate users of the Fastly API and web interface |
vcl | Manipulate Fastly service version VCL |
version | Display version information for the Fastly CLI |
whoami | Get information about the currently authenticated account |
Options
Name | Description |
---|---|
--help | Show context-sensitive help |
--accept-defaults | Accept default options for all interactive prompts apart from Yes/No confirmations |
--auto-yes | Answer yes automatically to all Yes/No confirmations. This may suppress security warnings |
--non-interactive | Do not prompt for user input - suitable for CI processes. Equivalent to --accept-defaults and --auto-yes |
--profile <profile> | Switch account profile for single command execution (see also: 'fastly profile switch') |
--token <token> | Fastly API token (or via FASTLY_API_TOKEN) |
--verbose | Verbose logging |