mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-13 03:42:35 -06:00
6b7ede0ee0
This commit adds a `--timeout` duration flag to the `opa exec` CLI command. This flag helps out in use cases such as CI, where stalling indefinitely is undesirable behavior. Fixes: #6613 Signed-off-by: Philip Conrad <philipaconrad@gmail.com>