wt-gallery-cli
v1.1.0
Published
Webtask Gallery Command Line Interface
Downloads
4
Readme
Webtask Gallery CLI
Command line tool for deploy your apps to Webtask Gallery.
Setup
$ npm i -g wt-gallery
Requires wt-cli configured.
Usage
Scaffold
Creates an skeleton app
$ wt-gallery scaffold sample
For more info:
wt-gallery scaffold -h
Deploy
Deploy your app to your webtask profile.
$ wt-gallery deploy ./build/bundle.js
For more info:
wt-gallery deploy -h
Undeploy
Undeploy your app from your webtask profile.
$ wt-gallery undeploy
For more info:
wt-gallery undeploy -h
Issue Reporting
If you have found a bug or if you have a feature request, please report them at this repository issues section. Please do not report security vulnerabilities on the public GitHub issue tracker. The Responsible Disclosure Program details the procedure for disclosing security issues.
Author
License
This project is licensed under the MIT license. See the LICENSE file for more info.