Hi, when I create a new prims app via `prisma init...
# orm-help
m
Hi, when I create a new prims app via
prisma init
, im no longer being pointed to selecting a boilerplate? is this intended in 1.7 ? The docs dont reflect any changes. Thanks!
n
Hey Moritz, sorry for the confusion! This is indeed intended and docs for
prisma init
are currently out-of-date in that regard. We’ll update them shortly. If you want to bootstrap a GraphQL boilerplate, you can use the
graphql create
command from the GraphQL CLI!
I also created bug report for the CLI since the
--help
flag also shows outdated info: https://github.com/graphcool/prisma/issues/2294
Thanks for pointing this out @Moritz 🙌
m
No problem, thanks for the quick reply!