Socket
Socket
Sign inDemoInstall

@checkly/cli

Package Overview
Dependencies
Maintainers
10
Versions
172
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@checkly/cli

Checkly CLI


Version published
Maintainers
10
Created
Source

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.

FAQs

Package last updated on 25 May 2023

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc