Skip to content

Commit 29b98a5

Browse files
author
cli-docs-updater
committed
docs: Update generated CLI docs
1 parent b36151d commit 29b98a5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/content/cli.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ opa bench <query> [flags]
5858
-I, --stdin-input read input document from stdin
5959
-t, --target {rego,wasm} set the runtime to exercise (default rego)
6060
-u, --unknowns stringArray set paths to treat as unknown during partial evaluation (default [input])
61+
--v1-compatible opt-in to OPA features and behaviors that will be enabled by default in a future OPA v1.0 release
6162
```
6263

6364
____
@@ -405,6 +406,7 @@ opa deps <query> [flags]
405406
-f, --format {pretty,json} set output format (default pretty)
406407
-h, --help help for deps
407408
--ignore strings set file and directory names to ignore during loading (e.g., '.*' excludes hidden files)
409+
--v1-compatible opt-in to OPA features and behaviors that will be enabled by default in a future OPA v1.0 release
408410
```
409411

410412
____
@@ -612,6 +614,7 @@ opa exec <path> [<path> [...]] [flags]
612614
--log-timestamp-format string set log timestamp format (OPA_LOG_TIMESTAMP_FORMAT environment variable)
613615
--set stringArray override config values on the command line (use commas to specify multiple values)
614616
--set-file stringArray override config values with files on the command line (use commas to specify multiple values)
617+
--v1-compatible opt-in to OPA features and behaviors that will be enabled by default in a future OPA v1.0 release
615618
```
616619

617620
____
@@ -699,6 +702,7 @@ opa inspect <path> [<path> [...]] [flags]
699702
-a, --annotations list annotations
700703
-f, --format {json,pretty} set output format (default pretty)
701704
-h, --help help for inspect
705+
--v1-compatible opt-in to OPA features and behaviors that will be enabled by default in a future OPA v1.0 release
702706
```
703707

704708
____
@@ -721,6 +725,7 @@ opa parse <path> [flags]
721725
-f, --format {pretty,json} set output format (default pretty)
722726
-h, --help help for parse
723727
--json-include string include or exclude optional elements. By default comments are included. Current options: locations, comments. E.g. --json-include locations,-comments will include locations and exclude comments.
728+
--v1-compatible opt-in to OPA features and behaviors that will be enabled by default in a future OPA v1.0 release
724729
```
725730

726731
____

0 commit comments

Comments
 (0)