We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aadc14b commit 1f45e65Copy full SHA for 1f45e65
cedar-policy-cli/CHANGELOG.md
@@ -6,6 +6,9 @@
6
7
- The default `--schema-format` is now `human` for all subcommands that take
8
`--schema-format`.
9
+- The `--partial-validate` option has been replaced with `--validation-mode`,
10
+ taking the values `strict`, `permissive` (new) and `partial`.
11
+ The latter two are kept behind their respective feature flags.
12
13
## 3.2.0
14
@@ -50,6 +53,7 @@ Now uses Cedar language version 3.1.0.
50
53
- The `evaluate` command now shows source spans on parse errors.
51
54
52
55
### Fixed
56
+
57
- The `link` command now accepts templates in the Cedar JSON (EST) syntax.
58
59
## 3.0.1
0 commit comments