1.1.3 • Published 6 years ago

cloudscript-uploader v1.1.3

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

Tool to upload your Javascript to CloudScript.

Install:

npm i -D cloudscript-uploader

As CLI:

cloudscript-uploader --title=titleId --key=yourSecretKey --live=true --path=./dist/tarball.js

To prompt help use:

cloudscript-uploader --help

As library:

const cloudscriptUploader = require("cloudscript-uploader");
const request = {
  title: "yourTitleIdHere",
  key: "yourTitleDeveloperSecretKeyHere",
  live: true,
  path: "./dist/tarball.js"
};
cloudscriptUploader(request);

Where to find your TitleId

You can find your titleId on settings inside one of your titles, then API features.

Where to find your Developer Secret Key for your Title

You can find your secret developer key clicking on settings inside one of your titles, then secret keys menu.

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago