jikkou config

Sets or retrieves the configuration of this client.

Synopsis

The config command manages Jikkou CLI configuration contexts. A context defines the configuration settings (config file path, inline properties, provider bindings) used when running Jikkou commands.

Configuration is stored in the Jikkou config file, located by default at $HOME/.jikkou/config.

Subcommands

CommandDescription
jikkou config set-contextConfigure a context with the provided arguments
jikkou config get-contextsList all configured contexts
jikkou config current-contextDisplay the current context
jikkou config use-contextSwitch to a specified context
jikkou config viewShow merged configuration settings

Options inherited from parent commands

FlagDescription
--logger-level=<level>Log level: TRACE, DEBUG, INFO, WARN, ERROR

SEE ALSO