Hello, I've a few questions: 1) I am a part of Sc...
# prisma-whats-new
t
Hello, I've a few questions: 1) I am a part of Schema Extensions Beta, does it automatically make me a part of New CLI Beta 2) Since Graphcool platform is shifting its focus towards managing projects through the CLI, how can I create a new CLI compatible project configuration out of an existing project, which is managed through console?
n
j
@taikn Create a new CLI project out of your current project (via the CLI, just do
graphcool init
and then base the new project on your existing one). After that, create a clone of your current project in the web console. Get the project ID of the clone, and press the “eject” button. Then, go to the
.graphcoolrc
file in the CLI project you created and swap out the ID for the one you got from the console. Finally, do “graphcool deploy”.
You will end up with three different projects. The original, the CLI-controlled clone and the CLI-created one which has a random name (like “Muzzleweaver Floodhorse” or something silly like that). Feel free to delete the third project, it has no purpose anymore
t
@nilan @joar Thank you very much! This pretty much answers my second question. However its not clear for me whether I have to join the New CLI Beta if I am already a part of Schema Extensions Beta?
n
No 🙂
👍 1
j
btw @nilan is there a feature request for simplifying the project workflow I outlined above? Copying a project via the CLI while also copying its data