config¶
Manage agent-cli configuration files.
Usage¶
Description¶
The config command helps you create, edit, and inspect your configuration file.
Commands¶
config init- Create a new config templateconfig edit- Open the config file in your editorconfig show- Print the config file path and contents
config init¶
Create a new config file with all options commented out.
Usage¶
Options¶
| Option | Description | Default |
|---|---|---|
--path, -p |
Custom path for config file | ~/.config/agent-cli/config.toml |
--force, -f |
Overwrite existing config without confirmation | false |
Example¶
config edit¶
Open the config file in your default editor.
Usage¶
Options¶
| Option | Description | Default |
|---|---|---|
--path, -p |
Path to config file (auto-detected if not specified) | - |
Example¶
config show¶
Display the config file location and contents.
Usage¶
Options¶
| Option | Description | Default |
|---|---|---|
--path, -p |
Path to config file (auto-detected if not specified) | - |
--raw, -r |
Output raw file contents (for copy-paste) | false |