config_cmd
config_cmd
¶
jarvis config — configuration inspection commands.
Functions¶
config
¶
show_group
¶
Show configuration details.
Source code in src/openjarvis/cli/config_cmd.py
loaded
¶
Show the loaded effective configuration from config.toml.
Source code in src/openjarvis/cli/config_cmd.py
toml
¶
Show the raw TOML configuration file content with syntax highlighting.
Source code in src/openjarvis/cli/config_cmd.py
as_json
¶
Show the parsed TOML configuration as JSON.
Source code in src/openjarvis/cli/config_cmd.py
hardware
¶
Show detected hardware information with recommended engine and model.
Source code in src/openjarvis/cli/config_cmd.py
show_path
¶
Print the resolved OpenJarvis directories (home, config, cache).
All OpenJarvis state lives under a single root, resolved in priority
order: $OPENJARVIS_HOME > $XDG_DATA_HOME/openjarvis >
~/.openjarvis. Use this to confirm where your data is stored after
setting an override.
Source code in src/openjarvis/cli/config_cmd.py
set_config
¶
Set a configuration value (e.g. jarvis config set engine.ollama.host URL).