You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CDTOOL-1304] Ensure that the Fastly Auth type commands respect the --quiet Flag (#1710)
### Change summary
This PR corrects a bug where the `fastly profile`, `fastly sso` and
`fastly auth-token` commands were not checking the the `--quiet` flag.
Fixes issue #1708.
All Submissions:
* [x] Have you followed the guidelines in our Contributing document?
* [x] Have you checked to ensure there aren't other open [Pull
Requests](https://github.com/fastly/cli/pulls) for the same
update/change?
<!-- You can erase any parts of this template not applicable to your
Pull Request. -->
### New Feature Submissions:
* [x] Does your submission pass tests?
```
make test TEST_ARGS="-run TestProfileToken ./pkg/commands/profile"
ok github.com/fastly/cli/pkg/commands/profile 1.171s
```
### Changes to Core Features:
* [x] Have you written new tests for your core changes, as applicable?
* [x] Have you successfully run tests with your changes locally?
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,9 @@
6
6
7
7
### Bug Fixes:
8
8
9
+
- fix(auth): `fastly profile`, `fastly sso` and `fastly auth-token` commands now correctly respect the `--quiet` flag [#1710](https://github.com/fastly/cli/pull/1710)
10
+
11
+
9
12
### Enhancements:
10
13
11
14
- feat(vcl/snippet): add support for the '--content' flag, allowing for the raw output of VCL. [#1706](https://github.com/fastly/cli/pull/1706)
0 commit comments