Update a Product identified by the --product-id
option
up
configcat product update [options]
configcat product update -i <product-id> -n "My Product" -d "Product Description"
Option | Description |
---|---|
--product-id , -i |
ID of the Product to update |
--name , -n |
The updated name |
--description , -d |
The updated description |
--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 |