An open API service indexing awesome lists of open source software.

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).

Awesome Lists containing this project

README

          

# ORY CLI

[![CI test status](https://github.com/ory/cli/actions/workflows/test.yml/badge.svg)](https://github.com/ory/cli/actions/workflows/test.yml)
[![CI end-to-end test status](https://github.com/ory/cli/actions/workflows/test-e2e.yml/badge.svg)](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
```