The Parmana command-line tool for the full policy lifecycle - scaffold, compile, sign, and verify governance policies without writing code.Documentation Index
Fetch the complete documentation index at: https://docs.manthan.systems/llms.txt
Use this file to discover all available pages before exploring further.
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