Update a Config identified by the --config-id
option
up
configcat config update [options]
configcat config update -i <config-id> -n "NewConfig" -d "Config description"
Option | Description |
---|---|
--config-id , -i |
ID of the Config 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 config | Manage Configs |