1.0.4 • Published 5 years ago

spoodev-cli v1.0.4

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

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