commands.sh

jj config list

all

List variables set in config files, along with their values. See also: `jj config get`.

More info →

Options (2)

boolean

List all config variables and their values

Example: jj config {{[l|list]}}
-T, --templateboolean

List config variables with a custom template

Example: jj config {{[l|list]}} {{[-T|--template]}} {{template}}

Examples (7)

List all config variables and their values

jj config [l|list]

List a specific config option

jj config [l|list] name

List user-level config variables

jj config [l|list] --user

List repo-level config variables

jj config [l|list] --repo

List config variables including built-in default values

jj config [l|list] --include-defaults

List config variables including overridden values

jj config [l|list] --include-overridden

List config variables with a custom template

jj config [l|list] [-T|--template] template
made by @shridhargupta | data from tldr-pages