Install
Commands at a glance
| Command | Description |
|---|---|
parmana workspace init <name> | Scaffold a new policy workspace |
parmana workspace explain | List all policies and their signal schemas |
parmana workspace upgrade <id> | Create the next version of a policy |
parmana policy compile <path> | Validate a policy through 8 compilation phases |
parmana policy build <path> | Compile and sign a policy bundle |
parmana verify bundle <path> | Verify a policy bundle’s integrity |
parmana verify artifact <path> | Verify a governance attestation file |
Quick workflow
See also
- CLI Reference - full command documentation with examples
- Write Your First Policy - step-by-step guide