Install
Install the mandate-orchestrator and mandate-verifier CLIs used throughout the integration docs, and the policy-engine CLI for authoring and compiling templates.
mandate-orchestrator
curl --proto '=https' --tlsv1.2 -LsSf https://sh.repyhlabs.dev/mandate-orchestrator | sh
Windows (PowerShell):
powershell -ExecutionPolicy Bypass -c "irm https://sh.repyhlabs.dev/mandate-orchestrator | iex"
Verify the install:
mandate-orchestrator --version
mandate-verifier
curl --proto '=https' --tlsv1.2 -LsSf https://sh.repyhlabs.dev/mandate-verifier | sh
Windows (PowerShell):
powershell -ExecutionPolicy Bypass -c "irm https://sh.repyhlabs.dev/mandate-verifier | iex"
Verify the install:
mandate-verifier --version
policy-engine
curl --proto '=https' --tlsv1.2 -LsSf https://sh.repyhlabs.dev/policy-engine | sh
Windows (PowerShell):
powershell -ExecutionPolicy Bypass -c "irm https://sh.repyhlabs.dev/policy-engine | iex"
Verify the install:
policy-engine --version
Next steps
Once the CLIs are on your $PATH: head to the integration getting started guide to walk through the intent lifecycle, or the Policy Engine getting started guide to start authoring templates.