maton stripe product list

List products

maton stripe product list [flags]

Options

--active <string>
Filter by active status (true/false)
--connection <string>
Connection ID to route through (Maton-Connection header)
--dry-run
Print the request that would be sent without executing it
--ending-before <string>
Cursor for previous page (product ID)
-q, --jq <expression>
Filter JSON output using a jq expression
--json
Output raw JSON
-L, --limit <int> (default 10)
Max results per page (1-100)
--paginate
Follow next_cursor and concatenate all pages (list commands only)
--shippable <string>
Filter by shippable status (true/false)
--starting-after <string>
Cursor for next page (product ID)
-t, --template <string>
Format JSON output using a Go template; see "maton help formatting"
--url <string>
Filter by product URL

Options inherited from parent commands

-p, --profile <string>
Profile to use for this invocation (overrides the active profile; also reads MATON_PROFILE)

Examples

$ maton stripe product list
$ maton stripe product list --active true -L 25
$ maton stripe product list --paginate

See also