Skip to Content
Configuration Commands

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 path

labgate config show

Show resolved config JSON (or raw user config without policy merges).

labgate config show [--raw]
OptionDescription
--rawBypass policy overrides and show user file values.

labgate config get

Read a dot-notation config key.

labgate config get <key> [--raw]
OptionDescription
--rawRead 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