Skip to content

Commit e759325

Browse files
author
konstraint-bot
committed
generate updated cli docs
1 parent 84ed6ae commit e759325

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

docs/cli/konstraint_create.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,14 @@ Create constraints with the Gatekeeper enforcement action set to dryrun
2222
### Options
2323

2424
```
25-
--constraint-template-version string Set the version of ConstraintTemplates (default "v1beta1")
26-
-d, --dryrun Sets the enforcement action of the constraints to dryrun, overriding the @enforcement tag
27-
-h, --help help for create
28-
-o, --output string Specify an output directory for the Gatekeeper resources
29-
--partial-constraints Generate partial Constraints for policies with parameters
30-
--skip-constraints Skip generation of constraints
25+
--constraint-custom-template-file string Path to a custom template file to generate constraints
26+
--constraint-template-custom-template-file string Path to a custom template file to generate constraint templates
27+
--constraint-template-version string Set the version of ConstraintTemplates (default "v1beta1")
28+
-d, --dryrun Sets the enforcement action of the constraints to dryrun, overriding the @enforcement tag
29+
-h, --help help for create
30+
-o, --output string Specify an output directory for the Gatekeeper resources
31+
--partial-constraints Generate partial Constraints for policies with parameters
32+
--skip-constraints Skip generation of constraints
3133
```
3234

3335
### SEE ALSO

0 commit comments

Comments
 (0)