You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if we could run a Rego query from the command line and have it output json so that we could pipe results to something like 'less'. For example...
$ opa run foo.json bar.json "data.foo[x].name = data.bar.baz[y].id, data.foo[x]=output" | less
Or give people access to unix utilities from inside the repl
The text was updated successfully, but these errors were encountered:
It would be nice if we could run a Rego query from the command line and have it output json so that we could pipe results to something like 'less'. For example...
$ opa run foo.json bar.json "data.foo[x].name = data.bar.baz[y].id, data.foo[x]=output" | less
Or give people access to unix utilities from inside the repl
The text was updated successfully, but these errors were encountered: