CLI Reference
GOVERN CLI
Install
npm install -g @archetypal-ai/govern-cliCommands
govern auth login # Authenticategovern systems list # List AI systemsgovern assess --system sys_abc123 # Run assessment --framework nist-rmfgovern policies check --file p.yaml # Check policy compliancegovern probe deploy # Deploy probe --target https://api.openai.com/v1/chat/completionsgovern dashboard --open # Open dashboard in browsergovern findings list --severity high # List findingsgovern reports generate # Generate compliance report --type compliance_summary --framework nist-rmfConfiguration
~/.govern/config.yaml:
api_key: gov_xxxxxxxxxxxxorg_id: your-org-idapi_url: https://govern-api.ben-c1f.workers.devdefault_framework: nist-rmf