1.3.1 • Published 6 years ago

@studio/cli v1.3.1

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

Studio CLI

JavaScript Studio is a cloud service that finds errors in JavaScript programs by dynamically evaluating the source code in a custom runtime. If you do not have an account, log in with GitHub at https://javascript.studio.

This command line tool encrypts and uploads source code to the JavaScript Studio web service, fetches the error report and prints the results.

Install

npm install @studio/cli -g

Configuration

The CLI will try to load a configuration file in these locations:

  • .studio in the current directory
  • .studio in your home directory
  • $XDG_CONFIG_HOME/studio
  • .config/studio in your home directory

Copy your personal configuration from https://javascript.studio/settings into your preferred location. Never check this file into version control.

Environment variables

The access token and the encryption secret can also be specified via environment variables:

  • STUDIO_TOKEN: Your access token.
  • STUDIO_SECRET: Your encryption secret.

Environment variables take precedence over configured values. If STUDIO_TOKEN is defined, the .studio file is optional.

Available options

These properties can be configured:

  • token: Your access token (required).
  • secret: Your encryption secret. If provided, uploads are encrypted.
  • api: The API endpoint to use. Defaults to https://api.javascript.studio/beta.

Usage

Run studio --help for all available options. A usage guide can be found at https://javascript.studio/docs/using-the-client.

Related modules

License

MIT

1.3.1

6 years ago

1.3.0

6 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.6.0

7 years ago

0.5.2

7 years ago

0.5.1

7 years ago

0.5.0

7 years ago

0.4.0

7 years ago

0.3.3

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago