Skip to content

Commit

Permalink
docs: Update generated CLI docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cli-docs-updater committed Jun 26, 2024
1 parent 96800d7 commit 5647253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ opa exec <path> [<path> [...]] [flags]
--log-timestamp-format string set log timestamp format (OPA_LOG_TIMESTAMP_FORMAT environment variable)
--set stringArray override config values on the command line (use commas to specify multiple values)
--set-file stringArray override config values with files on the command line (use commas to specify multiple values)
-I, --stdin-input read input document from `os.Stdin` rather than a static file
-I, --stdin-input read input document from stdin rather than a static file
--timeout duration set exec timeout with a Go-style duration, such as '5m 30s'. (default unlimited)
--v1-compatible opt-in to OPA features and behaviors that will be enabled by default in a future OPA v1.0 release
```
Expand Down

0 comments on commit 5647253

Please sign in to comment.