AccessCommandService
This item only works when running on the server. Server
Cmdr commands for inspecting and overriding access.
The point of the package is that when somebody says "I can't get in", one command tells you why:
> access-facts Quenty
Quenty
isStaff = true (allowlist)
override p10000 abstained
allowlist p100 true <-- decided
groupRank p0 false
Every command here is admin-gated, because CmdrService gates every command it registers on PermissionService outside of Studio. Overriding a fact is granting an entitlement, so that gate is the whole reason overrides are safe to ship enabled.