I'm trying to use `graphcool-framework export` to ...
# prisma-whats-new
m
I'm trying to use
graphcool-framework export
to get a copy of my data, but I'm realizing my command is just
graphcool
where am I going wrong? my service is not a legacy project, but I'm not on graphcool@beta. is it just that my cli has fallen out of date? I think my version of the graphcool cli is 0.10.1
n
what's
graphcool -v
?
m
graphcool/0.10.1 (darwin-x64) node-v6.10.3
n
npm install -g graphcool-framework
graphcool-framework export
m
will this update the one I have or is it separate?
n
it's a separate binary
m
ah. why two? is mine the legacy one? or do they each have reasons to be?
n
your
graphcool
binary will still exist
m
right, but will I start using
graphcool-framework
for everything? or will I still need to use both for different purposes?
n
m
thanks!