I'm aware it's an undocumented API, so completely ...
# prisma-whats-new
b
I'm aware it's an undocumented API, so completely understand if it's not possible!
n
I'm actually not sure if it is possible 🙂 you could try looking into how the CLI does this: https://github.com/graphcool/graphcool/tree/master/cli
b
thanks, that's where I found the system api 😉 I see the deploy command just pushes, will experiment and see if there's actually a difference
n
what's your reason to use the System API rather than the CLI?
b
I'm experimenting with multi tenancy - I have a signup resolver which bootstraps a new project for a tenant, by calling the system api directly
I've been rereading the forum thread about the new cli, and realize I'm not actually in the beta, just using the npm package directly. Do I still need to be added to it?
n
Everyone is invited to test out the Framework, no further steps are required to get started!
You have to join the beta program to be able to migrate a legacy project, please send me a PM with your email address for more information.
that's actually not precise, the beta flag unlocks the option in the Console 🙂
b
thanks, I see - I don't actually have anything to migrate, I'm new to graphcool