LinuxCommandLibrary

jj-config-list

displays all Jujutsu configuration values

TLDR

List all config values

$ jj config list
copy
List user config only
$ jj config list --user
copy
List repo config only
$ jj config list --repo
copy
List with config source
$ jj config list --include-overridden
copy

SYNOPSIS

jj config list [options]

DESCRIPTION

jj config list displays all Jujutsu configuration values. Shows merged configuration from all sources by default. Useful for debugging configuration issues and understanding effective settings.

PARAMETERS

--user

Show user configuration only.
--repo
Show repository configuration only.
--include-overridden
Include values overridden by higher-priority configs.

SEE ALSO

jj(1), jj-config-get(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community