-
Notifications
You must be signed in to change notification settings - Fork 790
Gator CLI to render print statements output from rego code to stdout #2949
New issue
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
Comments
It looks like print statements are not currently printed. An interim option would be to use the For potential implementation... Printing could be enabled by setting the appropriate PrintEnabled() and PrintHook() arguments in the Rego driver: |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions. |
Signed-off-by: Julian van den Berkmortel <[email protected]>
Signed-off-by: Julian van den Berkmortel <[email protected]>
Just hoping to see if we can view
print
statements in rego code to be rendered as output when using Gator CLI so that debugging/developing a policy can be much faster.Slack Conversation - https://openpolicyagent.slack.com/archives/CDTN970AX/p1691700736253819
The text was updated successfully, but these errors were encountered: