Skygear
API ReferencesForum
Search…
⌃K
Links
Skygear Documentation
Set up
Install and Configure skycli
Install SkygearSDK
quick start
Deploying your first Node.js server to Skygear with pre-configured template
Deploy a Dart server with self-defined Dockerfile
Host a blog site on Skygear (Auth Gear, your frontend + backend + database)
HOW TO
How to connect to a managed database on Skygear
How to call API of a deployed service on Skygear
How to upload templates to Skygear
How to view the logs of your microservices
How to set up a custom domain
Auth
Exchange of Session with User Info at Gateway
User & Identity
API Clients & Key
External Service Providers
Web-hooks
skycli
Introduction
List of Commands
Template Management
skygear.yaml
Secret Management
App Management
Team Management
Cross-Origin policy
Microservices
Secrets
Skygear HTTP Headers
Support
API References
Forum
Stack Overflow
Email us
Powered By GitBook

Introduction

skycli is a tool to manage Skygear Apps from command line. Developers can use it to update app configs, deploy micro-services, etc.

Installation

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
​
Auth - Previous
Web-hooks
Next - skycli
List of Commands
Last modified 3yr ago
Copy link