Skip to content

Commit 6676730

Browse files
author
konstraint-bot
committed
generate updated cli docs
1 parent 6e535b8 commit 6676730

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/cli/konstraint_create.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Create constraints with the Gatekeeper enforcement action set to dryrun
3030
--log-level string Set a log level. Options: error, info, debug, trace (default "info")
3131
-o, --output string Specify an output directory for the Gatekeeper resources
3232
--partial-constraints Generate partial Constraints for policies with parameters
33+
--rego-version string Set the Rego version for parsing and template generation (v0, v1) (default "v0")
3334
--skip-constraints Skip generation of constraints
3435
```
3536

docs/cli/konstraint_doc.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Set the URL where the policies are hosted at
2626
--include-comments Include comments from the rego source in the documentation
2727
--no-rego Do not include the Rego in the policy documentation
2828
-o, --output string Output location (including filename) for the policy documentation (default "policies.md")
29+
--rego-version string Rego version for parsing policies (v0, v1) (default "v0")
2930
--template-file string File to read the template from (default: "")
3031
--url string The URL where the policy files are hosted at (e.g. https://github.com/policies)
3132
```

0 commit comments

Comments
 (0)