Skip to content

Commit

Permalink
update readme about relative input
Browse files Browse the repository at this point in the history
Signed-off-by: Itay Shakury <[email protected]>
  • Loading branch information
itaysk committed May 27, 2020
1 parent 1eef8ac commit 1033fee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ Search for "Open Policy Agent" in the Extensions (Shift ⌘ X) panel and then in

## Tips

### Set the `input` document by creating `input.json` at the root of your workspace.
### Set the `input` document by creating `input.json`

The extension will look for a file called `input.json` in the root of the workspace to specify for the `input` document when you evaluate policies. If you modify this file and re-run evaluation you will see the affect of the changes.
The extension will look for a file called `input.json` in the current directory of the policy file being evaluated, or at the root of the workspace, and will use it as the `input` document when evaluating policies. If you modify this file and re-run evaluation you will see the affect of the changes.

### Bind keyboard shortcuts for frequently used commands.

Expand Down

0 comments on commit 1033fee

Please sign in to comment.