1.0.2 • Published 10 months ago

dscloud-cli v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

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.

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago