Skip to content

Commands

Every dxai subcommand. Each command page includes its full options table and synopsis.

CommandWhat it does
dxai-cli systemSystem-level setup (global IDE configs, MCP servers, skills)
dxai-cli projectProject-level setup (stack, rules, CLAUDE.md, .editorconfig, etc.) (alias: init)
dxai-cli bothRun system + project setup in one go
dxai-cli cleanupRemove dxai-managed configs, files, and skills (scope: system | project | both) (alias: reset)
dxai-cli addAdd MCP server(s) to detected agents (fast path, no wizard). Takes catalogue ids or official MCP Registry names like io.github.owner/server
dxai-cli removeRemove MCP server(s) from detected agents (fast path, no wizard) (alias: rm)
dxai-cli rollbackRestore dxai-managed files from their most recent .bak. backup
dxai-cli applyRun setup using a saved profile (auto-loads ./.dxai/profile.json if no name given)
dxai-cli save-profileSave selections as a profile. Defaults to ~/.dxai/profiles/.json
dxai-cli profilesList discoverable profiles (~/.dxai/profiles + ./.dxai)
dxai-cli listShow dxai-managed installs from the manifest (system + project)
dxai-cli statusCompare manifest with live config files; surface drift
dxai-cli doctorValidate dxai installation: configs parse, env vars set, tools on PATH
dxai-cli updateFetch the latest registry (MCP servers, skills) and cache it locally