Hello, how do I handle different environments usin...
# prisma-whats-new
c
Hello, how do I handle different environments using graph.cool? E.g test/production?
n
I use the CLI to copy / push to a new endpoint. You can clone using the system API or console too.
c
@notrab Hello, I know I can clone the project, but can I develop on "test" instance, and then commit all changes from test branch to do production branch? I don't want to adjust my types in both test and production environments separately
n
Using the Graphcool CLI you can pull/push your schema but it would involve some manual syncing efforts.