You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-f, --format {json,pretty} set output format (default pretty)
701
704
-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
702
706
```
703
707
704
708
____
@@ -721,6 +725,7 @@ opa parse <path> [flags]
721
725
-f, --format {pretty,json} set output format (default pretty)
722
726
-h, --help help for parse
723
727
--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
0 commit comments