Pagination
List commands are paginated.
craftybase materials list # first page (default size)craftybase materials list --page 2 # a specific pagecraftybase materials list --all # fetch every page into one tablecraftybase materials list --ndjson # stream every page as NDJSON--all is mutually exclusive with both --ndjson and --page. Both --all and --ndjson walk pages automatically using the response meta.total_pages.