Hi! I'm trying out Ory Cloud and I've installed th...
# general
t
Hi! I'm trying out Ory Cloud and I've installed the CLI to manage identities. Whenever I try running
ory identities list
I get
unknown command "identities" for ory
. But that's the command that's listed in the docs?
p
Hi @User The commands got removed at one point due to issues with our build pipeline. I have created an issue to re-add them https://github.com/ory/cli/issues/152
t
@User I see. Is there an alternative way of managing identities?
p
You can call the APIs directly
👍 1
t
I'm also struggling to find information on how to add multiple identity schemas in Ory Cloud. Are there any docs on how to implement this?
p
You cannot have multiple identity schemas at the same time. You can create and add new ones, but not have them all active since there is no way currently to switch between them on the self-service flow There is an open issue in Kratos for this https://github.com/ory/kratos/issues/765
t
Okay. Thanks.
h
You can try using the Ory Kratos CLI, or CURL in the meanwhile 🙂