Log in to GraphQL Editor
Docs
Projects Cloud

Push & Pull | GraphQL CLI Docs

Push

Sometimes you might want to push to the GraphQL Editor cloud back from the repo, so that Editor users can see/test the changes in the Editor browser IDE. To do so use this command:

$ gecli cloud push

This will clean the cloud folder and push cwd to the editor cloud.

Pull

If your service is getting bigger you might want to move from the cloud folder and put the project inside a repository. To do so you can use the pull command:

$ gecli cloud pull

It will pull the project to the project name folder.