maton stripe product create

Create a product

maton stripe product create [flags]

Options

--active <string>
Whether the product is active (true/false)
--connection <string>
Connection ID to route through (Maton-Connection header)
--description <string>
Description shown in invoices, etc.
--dry-run
Print the request that would be sent without executing it
--id <string>
Custom product ID
-q, --jq <expression>
Filter JSON output using a jq expression
--json
Output raw JSON
--metadata <stringArray>
Metadata key=value pair (repeatable)
--name <string>
Product name (required)
--paginate
Follow next_cursor and concatenate all pages (list commands only)
--shippable <string>
Whether the product is shippable (true/false)
--statement-descriptor <string>
Statement descriptor
-t, --template <string>
Format JSON output using a Go template; see "maton help formatting"
--unit-label <string>
Unit label (e.g. 'seat', 'license')
--url <string>
Public URL of the product

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 create --name 'Pro plan'
$ maton stripe product create --name 'Widget' --id widget_v1 --description 'Acme widget' --metadata sku=W-1

See also