boundless-artist-2317
06/14/2024, 2:48 PMrepo
- permissions.ts
- ...
and the permissions file contains definitions of permissions rules
class User implements Namespace {...}
// other permissions rules...
...
I want to publish this file programmatically to my project. Is there a way to do this (e.g. using curl
or the Ory CLI, or some other method)?boundless-artist-2317
06/14/2024, 2:56 PM