Conversation
… auth-token` commands now correctly respect the `--quiet` flag Wrapped the deprication warnings with a check for the `--quiet` flag
rcaril
commented
Mar 23, 2026
kpfleming
approved these changes
Mar 23, 2026
Contributor
kpfleming
left a comment
There was a problem hiding this comment.
We've got a long-standing open issue to direct this type of output to stderr instead of stdout which would also be an improvement, but this is fine for now :-)
jedisct1
added a commit
that referenced
this pull request
Mar 23, 2026
* main: [CDTOOL-1304] Ensure that the Fastly Auth type commands respect the `--quiet` Flag (#1710) build(deps): bump the go-dependencies group with 2 updates (#1707) [CDTOOL-1102] Add support for the `service vcl snippet describe` `--content` flag (#1706) SSO warnings: write "session expires in ..." when refresh token is present (#1685) # Conflicts: # pkg/app/run.go
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Change summary
This PR corrects a bug where the
fastly profile,fastly ssoandfastly auth-tokencommands were not checking the the--quietflag.Fixes issue #1708.
All Submissions:
New Feature Submissions:
Changes to Core Features: