cloudscript-uploader

1.1.3 • Public • Published

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.

Dependencies (7)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i cloudscript-uploader

    Weekly Downloads

    9

    Version

    1.1.3

    License

    MIT

    Unpacked Size

    5.84 kB

    Total Files

    6

    Last publish

    Collaborators

    • luisresco