cli icon indicating copy to clipboard operation
cli copied to clipboard

Build, deploy and configure Fastly services from your terminal

Results 95 cli issues
Sort by recently updated
recently updated
newest added

### Change summary This draft PR adds new `--max-use` and `--max-lifetime` parameters to `fastly backend create` and `fastly backend update`, which can be used to specify the `max_use` and `max_lifetime`...

### Change summary Make `--use-ssl` default to true when creating backends to provide better security defaults. Add a `--no-use-ssl` flag. Update documentation and tests. All Submissions: * [X] Have you...

DO NOT MERGE YET
breaking

**Is your feature request related to a problem? Please describe.** When creating a shared resource such as a KV Store or Config Store, developers must manually run a separate `fastly...

feature request

**Version** fastly version (base) (story/CORE-734*) 14:01:01 fastly fastly version (base) (story/CORE-734*) 14:01:01 Fastly CLI version v10.15.0 (0a1665b5) Built with go version go1.22.7 linux/amd64 (2024-10-30) Viceroy version: viceroy 0.12.1 **What happened**...

bug

Adds 'enable', 'disable', and 'status' commands for each product previously supported by the 'products' command (which is now deprecated). Also adds 'configure' commands for products which support configuration (DDoS Protection...

DO NOT MERGE YET
dependencies

**Is your feature request related to a problem? Please describe.** I want to manage director with the fastly cli but it lacks support **Describe the solution you'd like** I want...

feature request

**Is your feature request related to a problem? Please describe.** One of the quirks of the Secret Store is that there's no way to update a secret. In Secret Store,...

feature request

**Is your feature request related to a problem? Please describe.** `$(fastly profile token)` is a handy way to access an API token because it simply prints the token… unless a...

feature request

**Is your feature request related to a problem? Please describe.** It would be nice to add features which don't rely on PRs to the main app. Either because they're somewhat...

feature request

The precise collector is an improvement over the conservative one. I'm not sure why we hard-coded that gc option. https://github.com/fastly/cli/blob/44a36f81b697be6bb916426d02176bed03522714/pkg/commands/compute/language_go.go#L30

bug