From cb77956ed3d43dfc34b7975c6efc70a7b2d3b5b5 Mon Sep 17 00:00:00 2001 From: cli-docs-updater Date: Wed, 26 Jun 2024 13:55:59 +0000 Subject: [PATCH] docs: Update generated CLI docs --- docs/content/cli.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/content/cli.md b/docs/content/cli.md index 4109b6bbea..6b7eadc004 100755 --- a/docs/content/cli.md +++ b/docs/content/cli.md @@ -599,6 +599,9 @@ the OPA configuration) against each input file. This can be overridden by specifying the --decision argument and pointing at a specific policy decision, e.g., opa exec --decision /foo/bar/baz ... +Alternative Usage: + generate exec [ [...]] --stdin-input [flags] + ``` opa exec [ [...]] [flags] ```