How can I pull the latest Cloud Code?

parse-platform

Solution

You can now download deployed Cloud Code through the CLI.

Through the command prompt (on Windows) type:

parse new

Parse will then ask you to provide your user credentials. Once provided, the command prompt will ask, Would you like to create a new app, or add Cloud Code to an existing app? Choose (e)xisting, and you will be provided with a list of apps you currently have access to to choose from and the rest is cake.

Make sure you update the Parse CLI in order to get this work by using:

parse update

Problem

I need to use the command line tool provided by Parse.com to get the latest Cloud Code from my application, how can I do that? I'm working with a team and can not overwrite the existing Cloud Code.

Original source