We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
checkOplSyntax
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No response
I'd like to be able to perform this check in our CI/CD pipelines.
ory check opl --file ./my-permissions.ts or similar command.
ory check opl --file ./my-permissions.ts
Use curl directly:
curl
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'
v1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Preflight checklist
Ory Network Project
No response
Describe your problem
Describe your ideal solution
ory check opl --file ./my-permissions.ts
or similar command.Workarounds or alternatives
Use
curl
directly:Version
v1
Additional Context
No response
The text was updated successfully, but these errors were encountered: