通过graphcool cli导出导入graphcool本地数据

Export and import graphcool local data through graphcool cli

我正在尝试从 graphcool local 部署中导出数据,因此我可以将其导入到我自己服务器上的另一个本地部署中。 documentation 建议使用 graphcool exportgraphcool import 命令。但是,尝试 运行

graphcool export -e export.zip -t dev

打开浏览器 window 将我重定向到 console.graph.cool 身份验证网站(云部署)。 graphcool import 命令

也是如此

我在一个包含 .graphcoolrc 文件的目录中:

targets:
  dev: local/ck4t9gry400040196szky9mr4
  default: dev

我还需要使用 CLI 命令导出其他内容吗?我确定我在这里遗漏了一些配置或参数,但在文档中找不到任何内容...

您需要转到项目的设置页面,单击身份验证选项卡,然后获取包含您的令牌的控制台命令。

graphcool login --token "supersecrettokenheresdfasdfawerfasdfawefaweafewafdsafsdfasd"

在 运行 之后,您将不会被重定向到授权页面。