configcat flag value update

Update the value of a Feature Flag or Setting

Aliases

up

Usage

configcat flag value update [options]

Example

configcat flag value update -i <flag-id> -e <environment-id> -f true

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
--flag-value, -f The value to serve, it must respect the setting type
--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

Parent Command

Command Description
configcat flag value Manage Feature Flag & Setting values in different Environments