Skip to content

Configure Gent

Use gent config to inspect and update Gent’s user configuration. License keys are redacted when displayed.

Terminal window
gent config show
gent config set --license-key "gent_xxxxxxxxxxxxxxxx"
gent config set --telemetry-opt-in true
gent config set --telemetry-opt-in false
gent config set --project-defaults '{"execution":{"strict_mode":false}}'
gent config unset --license-key
gent config unset --telemetry-opt-in
gent config unset --project-defaults

gent config show displays license, telemetry, and project defaults. gent config set stores one or more values. gent config unset clears explicit fields and requires at least one field flag.