For list actions the CLI defaults to get_all=False
This causes a problem in that no warning is given to the user that the list is truncated if there are more than 20 items.
Maybe we should default to None and then figure out some way to warn the user if the list is being truncated.