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
fix(cli): generate UserWarning if list does not return all entries
Previously in the CLI, calls to `list()` would have `get_all=False` by
default. Therefore hiding the fact that not all items are being
returned if there were more than 20 items.
Added `--no-get-all` option to `list` actions. Along with the already
existing `--get-all`.
Closes: #2900
0 commit comments