cedar-policy-cli 4.10.0

CLI interface for the Cedar Policy language.
Documentation
[
    {
        "uid": {"type":"User", "id":"bob" },
        "attrs": {},
        "parents": []
    },
    {
        "uid": {"type":"Action", "id":"view" },
        "attrs": {},
        "parents": []
    },
    {
        "uid": {  "type":"Action", "id":"edit"} ,
        "attrs": {},
        "parents": []
    },
    {
        "uid": {  "type":"Photo", "id":"VacationPhoto94.jpg" },
        "attrs": {
            "owner": { "__entity": { "type":"User", "id":"bob"} }
        },
        "parents": [{"type":"Album", "id":"jane_vacation"}]
    },
    {
        "uid": { "__entity": { "type":"Album", "id":"jane_vacation"} },
        "attrs": {},
        "parents": []
    }
]