I have many hundreds of records in this zone, but this command only returns 100 rows: ``` $ cfcli find -f json | jq .[].id | wc -l 100 ``` Is there a way to do pagination or turn pagination off so that it displays all records?
I have many hundreds of records in this zone, but this command only returns 100 rows:
Is there a way to do pagination or turn pagination off so that it displays all records?