Configuration Commands
Use these to inspect and mutate user config; enterprise policy can lock fields in managed environments.
labgate config path
Print the active config file path.
labgate config pathlabgate config show
Show resolved config JSON (or raw user config without policy merges).
labgate config show [--raw]| Option | Description |
|---|---|
--raw | Bypass policy overrides and show user file values. |
labgate config get
Read a dot-notation config key.
labgate config get <key> [--raw]| Option | Description |
|---|---|
--raw | Read from user config only. |
labgate config set
Set a dot-notation config key (parses booleans/numbers/JSON values).
labgate config set <key> <value>labgate config reset
Remove a user override so defaults/policy apply again.
labgate config reset <key>Last updated on