Skip to main content

jnc config

Manages jnc configuration files. Configuration can be set at three scopes: system (machine-wide), global (user-wide), and local (workspace-specific via jnc.toml).

Usage

Subcommands

edit

Open the configuration file in your default editor.

list

Display current configuration values.

set

Set a configuration value.

unset

Remove a configuration value.

append

Append a value to a list-type configuration key.

prepend

Prepend a value to a list-type configuration key.

Global Options

Configuration Scopes

When the same key is set at multiple scopes, the most specific scope wins: local overrides global, which overrides system.

Examples