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
* add generic `@yes_option` functionality, and apply the option to profile `delete` commands
* add tests and move printed message to does_user_agree arg
* change wording in changelog
* make all text get printed by does_user_agree on `profile delete` so `-y` doesn't output any prompt text
* fix test
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ how a consumer would use the library (e.g. adding unit tests, updating documenta
28
28
### Added
29
29
30
30
- Profile can now save multiple alert and file event checkpoints. The name of the checkpoint to be used for a given query should be passed to `-c` (`--use-checkpoint`).
31
+
-`-y/--assume-yes` option added to `profile delete` and `profile delete-all` commands to not require interactive prompt.
0 commit comments