cli
cli copied to clipboard
Build, deploy and configure Fastly services from your terminal
The `errors.Deduce` function drops important error information in certain cases. #### Example ```go func TestDeduce_FastlyError(t *testing.T) { fstHTTPErr := fastly.HTTPError{ Errors: []*fastly.ErrorObject{ {Title: "the title of the HTTPError"}, }, StatusCode:...
**Is your feature request related to a problem? Please describe.** It would be nice to be able to audit recent events for services thru the cli instead of thru the...
**Is your feature request related to a problem? Please describe.** We run services with Fastly, and we have production and staging environments. This is so we can make changes to...
**Is your feature request related to a problem? Please describe.** In my project, some of my dictionary (config-store) entries may/may-not have a value. In my example, I have multiple *_api_key...
**Is your feature request related to a problem? Please describe.** After creating a new Object Store, I need to find the ID of the new store to use in HTTP...
**Is your feature request related to a problem? Please describe.** In order to delete an Object Store, it first has to be empty. Currently there is not way via the...
**Is your feature request related to a problem? Please describe.** The Fastly object store is meant to store potentially large objects, and not necessarily textual data. The `fastly objectstore insert`...
**Version** PS C:\Users\User\Downloads\test> fastly version Fastly CLI version v4.4.1 (b10aa45) Built with go version go1.18.8 linux/amd64 **What happened** This was originally reported by a customer and I was able to...
> [!WARNING] > This PR doesn't work. The use of `login_hint=` doesn't appear to allow account switching. > Read below for more details. I started to implement the use of...
* ci: re-enable staticcheck and update to 2023.1.7 * style(commands/alerts): fix linter issues * style(compute/rust): fix linter issues * doc(RELEASE.md): ensure that goreleaser test command works even if no tags...