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
set_config
¶
Set a configuration value (e.g. jarvis config set engine.ollama.host URL).