Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.04 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.04 KB

Opa IntelliJ plugin

A plugin for IntelliJ that provides support for Open Policy Agent

Main features are:

  • highlighting
  • opa eval run configuration
  • opa test run configuration

Compatibility

  • IDEA products from version 2019.2
  • OPA 0.20.5

Status

Not ready yet to be used by end-users

Installation

OPA binary must be in the path. Installation instructions for OPA can be found here.

from Jetbrains repository

not available yet

from source

You can build the project from source and then install it. Build instructions are available here

Documentation

User documentation is available here.

Contributing

Interesting to contribute ? please start by read this document

Acknowledgment

This project is widely inspired by rust IntelliJ plugin. So thank you to JetBrains team.