-
Hi all, We've been getting Ory up and running for a couple of weeks now. One thing I'm looking to do as we move from Dev -> Prod is to make sure all our configuration is Source Controlled. The 2 things I can't figure out how to retrieve are:
Any ideas on how I can retrieve, and ultimately upload these settings from one project to another? Cheers |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
For the schema, check out https://www.ory.sh/docs/identities/model/manage-identity-schema and hit the "Ory CLI" tab - there you see the commands to retrieve and push the schema config. @Benehiko how does that work for themes? |
Beta Was this translation helpful? Give feedback.
Themes aren't currently exposed to the project revision, hence the CLI won't be able to retrieve it. But one could still retrieve the Theme JSON using the APIs the Ory Console calls.
This is not a long-term solution, we will most likely have these exposed via the Ory CLI using API keys in future.
Copy your session cookie from the browser and use
cURL