This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@checkly/cli
TypeScript icon, indicating that this package has built-in type declarations

0.4.14 • Public • Published

The Checkly CLI has moved from @checkly/cli to a new package name: checkly. Please migrate to the new package to have access to the latest features and fixes.

If you're already using the old package @checkly/cli in a project, you can migrate by running the following command:

npm uninstall --save @checkly/cli && npm install --save-dev checkly@latest  

Additionally, any imports of @checkly/cli should be updated. For example,

import { ApiCheck, AssertionBuilder } from '@checkly/cli/constructs'  

should be replaced by

import { ApiCheck, AssertionBuilder } from 'checkly/constructs' 

After migrating, you can continue to code, test, and deploy synthetic monitoring at scale.

Readme

Keywords

none

Package Sidebar

Install

npm i @checkly/cli

Weekly Downloads

191

Version

0.4.14

License

Apache-2.0

Unpacked Size

501 kB

Total Files

225

Last publish

Collaborators

  • manel-checkly
  • antoinecheckly
  • ferrandiaz
  • jan-osch
  • checkly-engineering
  • clample-checkly
  • kiroushi
  • maxigimenez
  • umut.uzgur
  • tnolet_checkly