It appears the latest ory command does not include...
# general
e
It appears the latest ory command does not include the identities command any longer. Was this functionality moved?
Copy code
~> ./bin/ory version
Version:    v0.1.28
Git Hash:   2c512117115cd2a7fa448654ce5742e10ee55eee
Build Time: 2022-03-24T17:59:40Z
~> ./bin/ory 
The ORY CLI

Usage:
  ory [command]

Available Commands:
  auth        Create an or sign into your Ory Cloud account
  completion  Generate the autocompletion script for the specified shell
  create      Create Ory Cloud resources
  get         Get a resource
  help        Help about any command
  list        List resources
  patch       Patch resources
  proxy       Run your app and Ory on the same domain using a reverse proxy
  tunnel      Tunnel Ory on a subdomain of your app or a seperate port your app's domain
  update      Update resources
  version     Display this binary's version, build time, and git hash of this build

Flags:
  -h, --help   help for ory

Use "ory [command] --help" for more information about a command.
~>
h
There's a PR in the works to re-add it, just needs a bit of time :)