We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The REPL now allows users to specify query inputs by defining a documents under the repl.globals namespace. E.g.,
repl.globals
OPA 0.2.2-dev (commit e83a083, built at 2016-11-25T01:40:36Z) Run 'help' to see a list of commands. > package repl.globals > > request = {"method": "GET", "path": "/foo"} > > > package abc > import request > request +--------------------------------+ | request | +--------------------------------+ | {"method":"GET","path":"/foo"} | +--------------------------------+
It would be good to include this in the REPL example so people know the behaviour exists.
The text was updated successfully, but these errors were encountered:
5739de9
No branches or pull requests
The REPL now allows users to specify query inputs by defining a documents under the
repl.globals
namespace. E.g.,It would be good to include this in the REPL example so people know the behaviour exists.
The text was updated successfully, but these errors were encountered: