Skip to content

CLI Reference

GOVERN CLI

Install

Terminal window
npm install -g @archetypal-ai/govern-cli

Commands

Terminal window
govern auth login # Authenticate
govern systems list # List AI systems
govern assess --system sys_abc123 # Run assessment
--framework nist-rmf
govern policies check --file p.yaml # Check policy compliance
govern probe deploy # Deploy probe
--target https://api.openai.com/v1/chat/completions
govern dashboard --open # Open dashboard in browser
govern findings list --severity high # List findings
govern reports generate # Generate compliance report
--type compliance_summary
--framework nist-rmf

Configuration

~/.govern/config.yaml:

api_key: gov_xxxxxxxxxxxx
org_id: your-org-id
api_url: https://govern-api.ben-c1f.workers.dev
default_framework: nist-rmf