jj config list
all
List variables set in config files, along with their values. See also: `jj config get`.
More info →Options (2)
booleanList all config variables and their values
Example:
jj config {{[l|list]}}-T, --templatebooleanList 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] nameList user-level config variables
jj config [l|list] --userList repo-level config variables
jj config [l|list] --repoList config variables including built-in default values
jj config [l|list] --include-defaultsList config variables including overridden values
jj config [l|list] --include-overriddenList config variables with a custom template
jj config [l|list] [-T|--template] templatemade by @shridhargupta | data from tldr-pages