fabien0102
01/10/2018, 4:04 PMgraphcool
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)fabien0102
01/10/2018, 4:05 PMfabien0102
01/10/2018, 4:11 PMgraphcool-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)ehodges
01/10/2018, 4:18 PMfabien0102
01/10/2018, 4:29 PMgraphcool
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) 😉fabien0102
01/10/2018, 4:30 PMfabien0102
01/10/2018, 4:38 PMBinary 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 😉ehodges
01/10/2018, 4:39 PMronmccranie
01/10/2018, 6:49 PMronmccranie
01/10/2018, 6:50 PMdardub
01/10/2018, 9:14 PM