### Preflight checklist - [x] I could not find a solution in the existing issues, docs, nor discussions. - [x] I agree to follow this project's [Code of Conduct](https://github.com/ory/cli/blob/master/CODE_OF_CONDUCT.md). - [x] I have read and am following this repository's [Contribution Guidelines](https://github.com/ory/cli/blob/master/CONTRIBUTING.md). - [x] I have joined the [Ory Community Slack](https://slack.ory.sh). - [x] I am signed up to the [Ory Security Patch Newsletter](https://www.ory.sh/l/sign-up-newsletter). ### Ory Network Project _No response_ ### Describe your problem > I'd like to be able to perform this check in our CI/CD pipelines. ### Describe your ideal solution `ory check opl --file ./my-permissions.ts` or similar command. ### Workarounds or alternatives Use `curl` directly: ``` curl --request POST \ --url "https://$ORY_SLUG.projects.oryapis.com/opl/syntax/check" --header "authorization: Bearer $ORY_API_KEY" --header 'content-type: text/plain' \ --data-binary '@./my-permissions.ts' ``` ### Version v1 ### Additional Context _No response_
Preflight checklist
Ory Network Project
No response
Describe your problem
Describe your ideal solution
ory check opl --file ./my-permissions.tsor similar command.Workarounds or alternatives
Use
curldirectly:Version
v1
Additional Context
No response