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

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:...

feature request

**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...

feature request

**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...

feature request

**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...

feature request

**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...

feature request

**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...

feature request

**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`...

feature request

**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...

bug
help wanted

> [!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...

enhancement

* 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...