Create bulk action scripts, automate your tasks, manage your projects, and seamlessly interact with the Ory Network using the Ory command line interface (CLI).
[x] I confirm that this pull request does not address a security
vulnerability. If this pull request addresses a security vulnerability, I
confirm that I got approval (please contact
security@ory.sh) from the maintainers to push
the changes.
[x] I have added tests that prove my fix is effective or that my feature
works.
[x] I have added the necessary documentation within the code base (if
appropriate).
Add configuration to allow the npm package to work on linux-arm64
Related Issue or Design Document
Installing or trying to use the ory cli via npm fails on arm64 linux, even though a binary is available. This PR fixes it.
Checklist