Skip to content

Commit

Permalink
opa-origin option
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellenn-A committed Feb 6, 2024
1 parent 30fe520 commit 150a60e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ const parsed = yargs
string: true,
default: 'white',
})
.option('opa-origin', {
string: true,
default: 'http://localhost:8181',
})

.config()
.env('AFJ_REST')
Expand Down

0 comments on commit 150a60e

Please sign in to comment.