Pagination
List commands are paginated.
stocksmith materials list # first page (default size)stocksmith materials list --page 2 # a specific pagestocksmith materials list --all # fetch every page into one tablestocksmith 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.