cli
cli copied to clipboard
Build, deploy and configure Fastly services from your terminal
### 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...
**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...
**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**...
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...
**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...
**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,...
**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...
**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...
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