1.0.2 • Published 1 year ago
dscloud-cli v1.0.2
CLI for the New DS Cloud
Upload a local project to your DroidScript Cloud apps.
Initialize a local project as DS cloud app
cloud initDeploy a project
cloud deployThe 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 resetThis will clear local cloud data including cloud key. So you need to run
cloud initagain.