-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(cli): support for notices (#18936)
Features - [x] notices show up on every `cdk` command - [x] `cdk acknowledge` will acknowledge an issue by id, scoped to individual cdk apps - [x] `cdk notices` _always_ returns relevant notices - [x] context flag `'notices' = false` will hide notices always - [x] notices are filtered by cli version - [x] notices are filtered by v2 framework version - [x] notices are filtered by v1 framework version - [x] `--no-notices` option - [ ] think about versioning for v2 alpha modules -- this will be left for a separate PR - [ ] `--fail-on-notices` option -- this will be left for a separate PR Example: <img width="964" alt="Screenshot 2022-02-21 at 20 22 24" src="https://user-images.githubusercontent.com/288203/155021996-e4f72dec-5f1d-4940-85fb-0abdd3939c8b.png"> ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
- Loading branch information
1 parent
c7394c9
commit d37fbbb
Showing
9 changed files
with
772 additions
and
61 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.