https://github.com/ory/cli
Create bulk action scripts, automate your tasks, manage your projects, and seamlessly interact with the Ory Network using the Ory command line interface (CLI).
https://github.com/ory/cli
iam identity-management ory
Last synced: 6 months ago
JSON representation
Create bulk action scripts, automate your tasks, manage your projects, and seamlessly interact with the Ory Network using the Ory command line interface (CLI).
- Host: GitHub
- URL: https://github.com/ory/cli
- Owner: ory
- License: apache-2.0
- Created: 2020-06-11T14:17:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T15:56:32.000Z (12 months ago)
- Last Synced: 2024-10-29T16:12:46.301Z (11 months ago)
- Topics: iam, identity-management, ory
- Language: Go
- Homepage: https://www.ory.sh/cli?utm_source=github&utm_medium=banner&utm_campaign=cli
- Size: 22.5 MB
- Stars: 42
- Watchers: 11
- Forks: 22
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# ORY CLI
[](https://github.com/ory/cli/actions/workflows/test.yml)
[](https://github.com/ory/cli/actions/workflows/test-e2e.yml)This is the ORY Command Line Interface (CLI).
## Unix (Linux / macOS)
```shell-session
$ curl https://raw.githubusercontent.com/ory/meta/master/install.sh | sh -s ory
$ ory help
```## macOS
```shell-session
$ brew install ory/tap/cli
$ ory help
```## Releases
You can find all release binaries in at
[releases](https://github.com/ory/cli/releases).## Development Toolchain
The ORY development toolchain helps you with tasks that need to be done
regularly when developing ORY technology.For help on available commands (e.g. creating fizz migrations) check
```
$ ory help dev
```