1.1.0 • Published 2 months ago

@multiple/mx-cli v1.1.0

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

Multiple CLI

Introduction

Multiple is a hosted load test platform that lets developers create and run load tests using JavaScript, TypeScript, and NPM packages.

The @multiple/mx-cli package is a command line interface (CLI) for the Multiple load test platform. This CLI provides commands to create, run, and debug load tests, as well as get results from the command line. When using the CLI, you can run load tests from scripts in your codebase, use existing JS/TS code in tests, and run tests in CI/CD pipelines.

Highlights

Installation

To install the @multiple/mx-cli package, install as a development dependency using npm, yarn, or pnpm. For example:

npm install --dev @multiple/mx-cli

Usage

To run the Multiple CLI, use the npx, yarn, or pnpm command line tools. For example:

npx mx-cli [--help] [--version] <command> [<args>...]
yarn mx-cli [--help] [--version] <command> [<args>...]
pnpm mx-cli [--help] [--version] <command> [<args>...]

For more information, see the Multiple CLI documentation.

License

NPM License

This package is built by Multiple, released under the MIT License.