cedar-policy-cli 4.10.0

CLI interface for the Cedar Policy language.
Documentation
[
    {
        "uid":  { "type":"PhotoFlash::Data::User", "id":"alice" },
        "attrs": {},
        "parents": [{  "type":"PhotoFlash::Data::UserGroup", "id":"jane_friends" }]
    },
    {
        "uid":  { "type":"PhotoFlash::Data::UserGroup", "id":"jane_friends"},
        "attrs": {},
        "parents": []
    },
    {
        "uid":  { "type":"PhotoFlash::Data::Action", "id":"view" },
        "attrs": {},
        "parents": []
    },
    {
        "uid":  { "type":"PhotoFlash::Data::Photo", "id":"VacationPhoto94.jpg" },
        "attrs": {},
        "parents": [{  "type":"PhotoFlash::Data::Album", "id":"jane_vacation"}]
    },
    {
        "uid":  { "type":"PhotoFlash::Data::Album", "id":"jane_vacation" },
        "attrs": {},
        "parents": []
    }
]