Forlist actions the CLI defaults toget_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 toNone and then figure out some way to warn the user if the list is being truncated.