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
feat: rename --show-all to --page-all and support it in page-size (#238)
* feat: rename `--show-all` to `--page-all` and support it in page-size
* Bump version: 1.9.4 → 1.9.5
* add show-all test to license
* add changelog and revert version, will be included in bundled release
* Update deny code to reflect page-all
* change entitlement from show-all to page-all
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
9
9
10
10
### Added
11
11
12
+
- Set `--show-all` to alias `--page-all`
13
+
- Add the ability to use a shortcut within `--page-size` to use pass `-1` or `*` to retrieve all pages i.e. `--page-size -1` or `--page-size *` (note the wildcard may require escaping in some shell environments)
12
14
- Added support for deny policy management commands (list, create, get, update, delete)
0 commit comments