dscloud-cli
v1.0.2
Published
CLI for DroidScript Cloud
Downloads
11
Readme
CLI for the New DS Cloud
Upload a local project to your DroidScript Cloud apps.
Initialize a local project as DS cloud app
cloud init
Deploy a project
cloud deploy
The deploy command will upload the all the files and folders within the current working directory. When you select "NodeJS Server"
project type in initialization, it will upload the project in the /apps
folder. Otherwise, if you select "Static Website"
, it will upload the project in the /public
folder.
Create a nodejs app
cloud create <app-name>
Delete a nodejs app
cloud delete <app-name>
Clear local cloud data
cloud reset
This will clear local cloud data including cloud key. So you need to run
cloud init
again.