skygear.yaml
.skygear.yaml
, which is interpreted and executed by Skygear upon deployment.skygear.yaml
.Dockerfile
and upload it with skygear.yaml
and the app's source code. Skygear will build the container image based on it.skygear.yaml
, and Dockerfile
(if any) ready, a deployment can be triggered with Skygear's command line interface skycli
.Auth Gear
is developed and shipped with Skygear, in response to such pain points and provide a reusable solution.skycli
, where the user can not only trigger app deployments, but also customise how his/her Auth Gear and Microservices works. The other one is Skygear Portal
, a web-based Graphical User Interface (GUI) allowing the user to define behaviours through a variety of intuitive UI components.