Open
Description
Version
$ fastly version
Fastly CLI version v10.17.1 (0ce75689)
Built with go version go1.22.9 linux/amd64 (2025-01-22)
What happened
I am writing tooling to which uses the Fastly CLI, and noticed there is inconsistent json output format flags across the various commands.
e.g.
$ fastly stats historical -h
...
--format=FORMAT Output format (json)
and
$ fastly service list -h
...
-j, --json Render output as JSON
Ideal solution
Standardise on one flag for all commands. This is a developer experience quality of life feature.
Activity