Skip to content

craftybase manufactures list

List manufactures

List production runs (manufactures) from your Craftybase account.

Filter by product, status, or start-date range. Use —all to fetch all pages, or —ndjson for streaming NDJSON output suitable for data pipelines.

craftybase manufactures list [flags]
--all Fetch all pages and render as a single table
--from string Filter by start date on or after (ISO 8601, e.g. 2026-01-01)
-h, --help help for list
--page int Page number (1-based)
--per-page int Items per page (server clamps to 100)
--product-id string Filter by product ID
--status string Filter by production status: not_started, work_in_progress, completed
--to string Filter by start date on or before (ISO 8601)
--api-url string API base URL (default: https://api.craftybase.com)
--json Output raw API envelope (pretty-printed JSON)
--ndjson Output auto-paginated NDJSON stream
--no-color Disable ANSI color output
--token string API token (overrides stored credentials)
--verbose Show HTTP request/response detail (token redacted)