Update the environment specific permissions of a Permission Group
configcat permission-group env [options]
configcat permission-group env -i <permission-group-id> -a custom -na readOnly -esat <environment-id>:full -def readOnly
| Option | Description |
|---|---|
--permission-group-id, -i |
ID of the Permission Group |
--access-type, -a |
Access configuration for all environments Possible values: custom, full, readOnly |
--new-environment-access-type, -na |
Access configuration for newly created environments. Interpreted only when the --access-type option is custom which translates to Environment specificPossible values: full, none, readOnly |
--environment-specific-access-types, -esat |
Format: <environment-id>:<access-type>. Interpreted only when the --access-type is custom which translates to Environment specific |
--default-access-type-when-not-set, -def |
Access configuration for each environment not specified with --environment-specific-access-types. Interpreted only when the --access-type option is custom which translates to Environment specificPossible values: full, none, readOnly |
--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 permission-group | Manage Permission Groups |