maton stripe price list

List prices

maton stripe price list [flags]

Options

--active <string>
Filter by active status (true/false)
--connection <string>
Connection ID to route through (Maton-Connection header)
--currency <string>
Filter by three-letter currency code
--dry-run
Print the request that would be sent without executing it
--ending-before <string>
Cursor for previous page (price 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)
--product <string>
Filter by product ID
--starting-after <string>
Cursor for next page (price ID)
-t, --template <string>
Format JSON output using a Go template; see "maton help formatting"
--type <string>
Filter by type (one_time, recurring)

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 price list
$ maton stripe price list --product prod_123 --active true
$ maton stripe price list --type recurring --paginate

See also