opendevops
Reference

CLI reference

Commands for workspace setup, configuration, chat, grants, audit verification, and version inspection.

CommandPurpose
opendevops init [directory]scaffold configuration and Kubernetes bootstrap files
opendevops chatrun the streaming local REPL
opendevops config checkvalidate runtime-critical configuration
opendevops config grantslist control-plane revision and capability proposals
opendevops config propose-grantpropose a typed, expiring dangerous capability
opendevops config approve-grantapprove a proposal
opendevops config activate-grantactivate an approved proposal
opendevops config revoke-grantimmediately revoke a grant
opendevops audit verify --dir <dir>strictly verify audit chain structure and completion
opendevops audit verify --allow-incompleteinspect structurally valid crashed or active runs
opendevops versionprint the installed version

Chat options

opendevops chat \
  --environment staging \
  --profile interactive \
  --principal operator@example.com

--environment selects the policy overlay. --profile selects stop-losses. --principal attributes daily spend and audit events.

Inside the REPL:

  • /cost shows current session and day totals;
  • /quit, /exit, or /q exits;
  • Ctrl-C cancels the active run.

Scripting guidance

Prefer HTTP or registered scheduler jobs for automation. The interactive CLI is designed for a human-in-the-loop terminal and may add presentation or approval behavior unsuitable for parsing.

On this page