spoodev-cli
v1.0.4
Published
Command Line Tool for SPOO Cloud Developers
Downloads
3
Readme
spoodev-cli beta
A CLI for developers to publish and manage SPOO cloud-hosted webapps
Install
npm install -g spoodev-cli
Usage
Currently the cli offers two functionalities: authentication and publishing webapps.
Authentication
spoodev login -c YOURWORKSPACE -u USERNAME -p PASSWORD
Publish a webapp
Publishing a web application can be done in two ways:
Upload a zip
spoodev push arch -a APPID -z PATH/TO/ZIP
Upload a directory directly
spoodev push dir -a APPID -d PATH/TO/WEBAPP
Once uploaded successfully, the hosted webapp will be accessible on https://www.spoo.rocks/webhosting/app/APPID