configcat flag percentage update
Update percentage rules
Aliases
up
Usage
configcat flag percentage update [<rules>...] [options]
Example
configcat flag % update -i <flag-id> -e <environment-id> 30:true 70:false
Options
Option |
Description |
--flag-id , -i , --setting-id |
ID of the Feature Flag or Setting |
--environment-id , -e |
ID of the Environment where the update must be applied |
--reason , -r |
The reason note for the Audit Log if the Product's 'Config changes require a reason' preference is turned on |
--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 |
Arguments
Argument |
Description |
<rules> |
Format: <percentage>:<value> , e.g., 30:true 70:false |
Parent Command