Hi, is there some way to programmatically publish ...
# general
b
Hi, is there some way to programmatically publish Permissions file to one's Ory project. For instance, assume my local repository looks like this:
Copy code
repo
- permissions.ts
- ...
and the permissions file contains definitions of permissions rules
Copy code
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)?