maton stripe product update
Update a product
maton stripe product update <id> [flags]
Options
-
--active <string> - Active status (true/false)
-
--connection <string> - Connection ID to route through (Maton-Connection header)
-
--default-price <string> - Default price ID
-
--description <string> - Description
-
--dry-run - Print the request that would be sent without executing it
-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
-
--paginate - Follow next_cursor and concatenate all pages (list commands only)
-
--shippable <string> - Shippable status (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
-
--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 update prod_123 --name 'New name'
$ maton stripe product update prod_123 --default-price price_456
$ maton stripe product update prod_123 --active false