cedar-policy-cli 4.10.0

CLI interface for the Cedar Policy language.
Documentation
1
2
3
4
5
permit (
  principal == User::"bob",
  action in [Action::"view", Action::"edit"],
  resource in Album::"jane_vacation"
);