New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

cb-ci-api-cli

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

cb-ci-api-cli

CloudBeat API CLI wrapper based on Node JS

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

CloudBeat API CLI

Installing:

npm install

Fake server:

Run test:

  • short(time) test sample : node src/cli.js fake --method=start_test --id=1

  • long(time) test sample : node src/cli.js fake --method=start_test --id=2

Get test status:

Just run node src/cli.js fake --method=get_run_status --id=c0310c37190140b5a61d7e2d0d3493bc

Real server:

Uploading ZIP archives to CloudBeat:

sample : node src/cli.js --method=pack_and_send --id=[id] --accountKey=[accountKey] --apiKey=[apiKey] --folder=C:\testResults --host=google.com

Run test:

test sample : node src/cli.js --method=start_test --id=[id] --accountKey=[accountKey] --apiKey=[apiKey]

Get test status:

Just run node src/cli.js fake --method=get_run_status --id=[id] --accountKey=[accountKey] --apiKey=[apiKey]

If you want to save results to some folder and pack it to zip add --folder parameter. For example --folder=C:\testResults

If you want to set your host - use --host parameter. For example --host=google.com

If you want to set controlling exit code - use --fail-on-errors parameter (true or false). Default is true. For example --fail-on-errors=true

FAQs

Package last updated on 17 Jul 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts