Create a new Product in a specified Organization identified by the --organization-id
option
cr
configcat product create [options]
configcat product create -o <organization-id> -n "My Product" -d "Product Description"
Option | Description |
---|---|
--organization-id , -o |
The Organization's ID where the Product must be created |
--name , -n |
Name of the new Product |
--description , -d |
Description of the new Product |
--verbose , -v , /v |
Print detailed execution information |
--non-interactive , -ni |
Turn off progress rendering and interactive features |
-h , /h , --help , -? , /? |
Show help and usage information |
Command | Description |
---|---|
configcat product | Manage Products |