Skip to content

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

CommandDescription
dopsLaunch the interactive TUI
dops runExecute a runbook non-interactively
dops openLaunch the web UI in a browser
dops initInitialize dops configuration

Catalog commands

CommandDescription
dops catalog listList configured catalogs
dops catalog addAdd a local catalog directory
dops catalog removeRemove a catalog from config
dops catalog installInstall a catalog from a git repository
dops catalog updateUpdate a git-installed catalog

Configuration commands

CommandDescription
dops config setSet a configuration value
dops config getGet a configuration value
dops config unsetRemove a saved value
dops config listDisplay the full configuration

AI agent commands

CommandDescription
dops mcp serveStart the MCP server
dops mcp toolsList available MCP tools

Other commands

CommandDescription
dops completionGenerate shell completion scripts
dops versionPrint the version

Released under the MIT License.