Skip to content

Latest commit

 

History

History

OpenPolicyAgent

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Install

macOS

$: curl -L -o opa https://openpolicyagent.org/downloads/latest/opa_darwin_amd64

Linux

$: curl -L -o opa https://openpolicyagent.org/downloads/latest/opa_linux_amd64

$: chmod 755 ./opa

Usage

$: ./opa eval Opa-Expression
$: ./opa run [Expression-File] [Data-File] [--server]  # REPL (Read-Eval-Print-Loop) mode