Hey cool peeps, anyone have a clue as to why the a...
# prisma-whats-new
g
Hey cool peeps, anyone have a clue as to why the add-template command doesnt work for me? I updated graphcool but nada. Also, graphcool init doesnt generate anything more than project.graphcool, inconsistent with the current docs at https://docs-next.graph.cool/reference/graphcool-cli/commands-aiteerae6l#service-management
i
I had some problems with the CLI earlier
Try
alpha
Not sure if that answers your actual question
npm install -g graphcool@alpha
👍 1
g
Not really but im going to try npm remove -g install graphcool and installing graphcool@next per Nilan's suggestion
i
@next
was broken this morning when I used it
g
oh, I havent read anything about alpha, wasnt sure that was what you meant. ill try that.
i
No guarantee but it definitely worked for me with
alpha
g
that worked for getting the directory with the right files. but now i get that the template cant be found
Copy code
Could not find graphcool/templates/messaging/email-password
Got it! was using an outdated link (there are many of them). graphcool add-template graphcool/templates/auth/email-password works
i
Hmm. Maybe that’s scheduled for the next alpha release
g
thanks for the help
i
Sure thing 🙂
g
I have one more question so i can finally get back to working on my project 😬 any chance you know how to pull in an existing project, like with a project ID? I tried using graphcool pull -p <ID> but nothing.
i
Sorry, not sure