We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Thanks for the report! That's definitely a problem.
Sorry, something went wrong.
No branches or pull requests
Version
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.
and
Ideal solution
Standardise on one flag for all commands. This is a developer experience quality of life feature.
The text was updated successfully, but these errors were encountered: