jj-config-get

retrieves configuration values from Jujutsu config files

TLDR

Get a configuration value
$ jj config get [user.name]
Get the user's email
$ jj config get [user.email]

SYNOPSIS

jj config get name

DESCRIPTION

jj config get retrieves a single configuration value from Jujutsu config files. The output is printed without extra formatting, making it suitable for use in scripts. Repo config takes precedence over user config when both define the same key.Unlike `jj config list`, this command outputs only the raw value without labels or quotes.

INSTALL

sudo pacman -S jujutsu
sudo apk add jujutsu
sudo zypper install jujutsu
brew install jujutsu
nix profile install nixpkgs#jujutsu

SEE ALSO

jj(1), jj-config-set(1), jj-config-list(1)