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://www.ory.sh/cli?utm_source=github&utm_medium=banner&utm_campaign=cli
Apache License 2.0
42 stars 22 forks source link

Support importing credentials through CLI #163

Closed vinckr closed 2 years ago

vinckr commented 2 years ago

Preflight checklist

Describe your problem

We can import identities with https://www.ory.sh/docs/kratos/cli/kratos-identities-import but no credentials.

Describe your ideal solution

We can also import credentials through the CLI.

Workarounds or alternatives

Use the Rest API: https://www.ory.sh/docs/kratos/reference/api#operation/adminCreateIdentity

Version

latest

Additional Context

No response

aeneasr commented 2 years ago

Have you tried importing credentials? It uses the same API and should just work!

vinckr commented 2 years ago

It works for the Kratos CLI but not the "Ory" CLI, uh if that makes sense.

aeneasr commented 2 years ago

Ah, that makes sense!

aeneasr commented 2 years ago

This is resolved now!