wt-gallery-cli

Webtask Gallery Command Line Interface

Usage no npm install needed!

<script type="module">
  import wtGalleryCli from 'https://cdn.skypack.dev/wt-gallery-cli';
</script>

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

Auth0

License

This project is licensed under the MIT license. See the LICENSE file for more info.