skycli
is the command line interface to Skygear Portal. You can use skycli
to deploy your cloud functions to Skygear Cloud.
Installing skycli
is easy.
$ brew tap skygeario/tap
$ brew install skycli
$ npm install -g skycli
You can also download a pre-built executable binaries from GitHub Releases. We have pre-built executable binaries for macOS, Linux and Windows.
You can find out how to use skycli
by running skycli help
.
More documentation will be available later.
More information is available in Development Notes.