CLI Commands
dops provides four interfaces: a full-screen TUI (default), a CLI for scripting, a Web UI for browsers, and an MCP server for AI agents.
Core commands
| Command | Description |
|---|---|
dops | Launch the interactive TUI |
dops run | Execute a runbook non-interactively |
dops open | Launch the web UI in a browser |
dops init | Initialize dops configuration |
Catalog commands
| Command | Description |
|---|---|
dops catalog list | List configured catalogs |
dops catalog add | Add a local catalog directory |
dops catalog remove | Remove a catalog from config |
dops catalog install | Install a catalog from a git repository |
dops catalog update | Update a git-installed catalog |
Configuration commands
| Command | Description |
|---|---|
dops config set | Set a configuration value |
dops config get | Get a configuration value |
dops config unset | Remove a saved value |
dops config list | Display the full configuration |
AI agent commands
| Command | Description |
|---|---|
dops mcp serve | Start the MCP server |
dops mcp tools | List available MCP tools |
Other commands
| Command | Description |
|---|---|
dops completion | Generate shell completion scripts |
dops version | Print the version |
