Hello everybody, quick question `graphcool` or `gr...
# prisma-whats-new
f
Hello everybody, quick question
graphcool
or
graphcool-framework
? what is the diff (btw when I install
graphcool
I need to do
graphcool-framework <mycommand>
so I'm a little bit lost ^^, and the
graphcool
readme is not up to date)
(for the context, I have just update my node version, it's why I have the question 😉 )
graphcool-framework
looks to be the up to date, but now I need to use
gcf
instead of
gc
and I can have the both version aside (it's the same namespace)
e
f
Sure, but again, the documentation is bad, when I install
graphcool
or/and
graphcool-framework
the only available command is
graphcool-framework
and
gcf
instead of
graphcool
(as it's write in this article and the doc) 😉
Otherwise, I totally follow the changelog of graphcool 😉 Just notice that the namespace change and that the doc is false 😉
Copy code
Binary Changes and the Graphcool 1.0 developer preview
The binary for the Graphcool Framework CLI is now called graphcool-framework, or gcf in short. Here's an overview how different versions can be installed as of now, and going forward:

npm i -g graphcool-framework: installs the latest Framework CLI as the binary graphcool-framework
npm i -g graphcool@beta: installs the latest version of the CLI for the Graphcool 1.0 developer preview as the binary graphcool
Currently, npm i -g graphcool installs the latest Framework CLI as well. However, this will be switched to install Graphcool 1.0 once it is officially released at a later stage.
I got my response in the realease of github 😉
e
Ok, good.
r
Create a pull request on Github to correct the docs. I did that on the graphcool templates repo.
Nobody has gotten around to fixing all instances of the CLI namespace yet in the docs.
d
Ya I agree, the documentation and site are really unclear. I asked the same questions last week and others asked too.