Introduction
skycli
is a tool to manage Skygear Apps from command line. Developers can use it to update app configs, deploy micro-services, etc.To install
skycli
, first ensure a recent version of Node.js is installed, then run:$ npm install -g @skygear/skycli
After installation, you'll need to setup connection to cluster:
$ skycli config set-cluster
Last modified 3yr ago