cli
cli copied to clipboard
Build, deploy and configure Fastly services from your terminal
As a fastly configuration maintainer When I change my local version of an edge dictionary I want to easily synchronize adds, updates, and deletes with fastly So that I don't...
If you `fastly compute deploy` and it decides to create a service for you, but your deploy fails, that service ID isn't saved to the fastly.toml file. It should be...
It seems like the CLI wraps most of its output at a hard 80 columns. I don't know about you, but I haven't had an 80 column wide terminal in...
**Version** Fastly CLI version 0.16.1 (b12ad86) Built with go version go1.14.6 linux/amd64 **What happened** Ran the command `fastly --help` got ``` ERROR: error parsing arguments: command not specified. ``` expected:...
I don't know if this has been discussed before, but I think the CLI should allow for more varied ways of installing instead of mandating users to first install scoop.
Running `fastly` with no arguments now triggers a runtime panic. This wasn't visible until https://github.com/fastly/cli/pull/672 was landed. The logic bug was already there, but the recent merge meant the control...
**Problem**: looking up the language manifest file (e.g. `Cargo.toml`, `go.mod`, `package.json`) would cause the CLI to fail if it wasn't in the same directory as the directory the CLI was...
**Background**: Prior to v4.0.0, the CLI would generate a `.tar.gz` 'package' that was based on the name of the project, as defined via the `name` attribute in the `fastly.toml` manifest....
Kingpin is unmaintained and Fastly has forked a version of it that uses an unstable branch because of the necessity to access a v3 feature set that was never actually...
**Version** Fastly CLI version v4.1.0 (b4884e4) Built with go version go1.18.6 linux/amd64 Viceroy version: viceroy 0.2.15 **What happened** When a newer version of the fastly cli is available, the cli...