Update the value of a Feature Flag or Setting
up
configcat flag value update [options]
configcat flag value update -i <flag-id> -e <environment-id> -f true
| 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 |
--flag-value, -f |
The value to serve, it must respect the setting type |
--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 |
| Command | Description |
|---|---|
| configcat flag value | Manage Feature Flag & Setting values in different Environments |