LinuxCommandLibrary

jj-config-get

retrieves configuration values from Jujutsu config files

TLDR

Get config value

$ jj config get [user.name]
copy
Get value from user config only
$ jj config get --user [key]
copy
Get value from repo config only
$ jj config get --repo [key]
copy

SYNOPSIS

jj config get [options] name

DESCRIPTION

jj config get retrieves configuration values from Jujutsu config files. Reads from both user and repo config by default, with repo config taking precedence. Returns the value for the specified key.

PARAMETERS

--user

Read from user configuration only.
--repo
Read from repository configuration only.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community