0.1.2 • Published 1 year ago

@commercetools-frontend/checkly-cli v0.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

@commercetools-frontend/checkly-cli

This is a CLI used internally for Merchant Center applications. We do not provide any guarantees or support for the functionality.

This CLI provides useful commands to interact with the Checkly API.

Installation

$ npm install --save @commercetools-frontend/checkly-cli

Usage

Please make sure you have Node.js v14 or higher installed as this package uses native ES modules.

Command: trigger

This command triggers a CI/CD check in Checkly.

pnpm checkly-cli trigger \
  --group <number> \
  --token <string>

Note that --group and --token defaults to environment variables with the name CHECKLY_GROUP and CHECKLY_TOKEN.