Title
m

mulyoved

10/10/2017, 11:08 AM
Hi, have existing GC project in console, want to try experiment with
graphcool deploy
console say use
graphcool pull -p ....
graphcool@next say pull deprecated, when try pull anyway give error message
Please provide a valid environment that has a valid project id
any idea what did I missed?
a

agartha

10/10/2017, 12:05 PM
That's not a supported scenario. To use the new CLI with an existing project, if the beta feature is activated for your account, you can use the Eject button found in the project settings in the console to download your project definition.
If that button is not available, you need to contact @nilan to have the beta feature activated.
m

mulyoved

10/10/2017, 1:05 PM
thanks
t

Tavo

10/10/2017, 3:24 PM
Did you set you env?
a

agartha

10/10/2017, 3:25 PM
@Tavo in this case, that's not the point.
graphcool pull
is deprecated, it's not the way to download the project definition of a project that hasn't been ejected yet.
👍 1