CLI Overview
The aix CLI is your primary tool for managing AI agent configurations. It follows a syntax similar to npm.
Global Flags
Section titled “Global Flags”These flags are available on all commands:
| Flag | Description |
|---|---|
--config <path> / -c | Path to ai.json (defaults to current dir). Can also be set via $AI_JSON_CONFIG. |
--quiet / -q | Suppress non-essential output. |
--json | Output results as JSON. |
Command Groups
Section titled “Command Groups”- Core:
init,install,validate - Management:
add,remove,list - Discovery:
search - Config:
config get,config set,config show - System:
cache,backups,global
Aliases
Section titled “Aliases”| Command | Alias |
|---|---|
install | i |
list | ls |
cache clear | cache clean |
Environment Variables
Section titled “Environment Variables”AI_JSON_CONFIG: Override the defaultai.jsonpath.AIX_LOG_LEVEL: Set detailed logging (debug,info,warn,error).