Skip to content

Releases: checkly/checkly-cli

8.5.0

29 May 14:07
563ab33

Choose a tag to compare

What's Changed

Full Changelog: 8.4.0...8.5.0

8.4.0

29 May 06:27
77ac631

Choose a tag to compare

What's Changed

Other Changes

  • feat(cli): add test sessions get command by @thebiglabasky in #1321
  • feat(cli): add --check-id flag to trigger command [AI-218] by @miliberlin in #1323
  • fix(cli): handle Bun object-form workspaces in workspace discovery by @sorccu in #1330

Full Changelog: 8.3.0...8.4.0

8.3.0

28 May 12:55
d81dc3d

Choose a tag to compare

What's Changed

Other Changes

  • docs: document slackChannels property by @sorccu in #1322
  • feat(cli): add checkly api generic API pass-through command [ship] by @martzoukos in #1320

Full Changelog: 8.2.0...8.3.0

8.2.0

27 May 09:28
169e1f4

Choose a tag to compare

What's Changed

Other Changes

Full Changelog: 8.1.0...8.2.0

8.1.0

27 May 05:37
a5509e5

Choose a tag to compare

What's Changed

Other Changes

  • Support engine selection for Playwright Check Suites [RED-428] by @sorccu in #1319

Full Changelog: 8.0.0...8.1.0

8.0.0

22 May 12:02
457c207

Choose a tag to compare

Checkly CLI v8.0.0

Breaking changes

  • ESM-only and Node.js 20.19.0+ — The CLI is now distributed as ESM. The minimum Node.js version is 20.19.0 (or 22.12.0+). (#1296)
  • jiti replaces ts-node — ts-node is no longer supported as a TypeScript loader. The CLI now uses jiti exclusively, which supports modern TypeScript features out of the box with no tsconfig required. jiti is now bundled as a direct dependency and no longer needs to be installed separately. tsconfig paths are supported out of the box. (#1297)
  • pnpm replaces npm — The monorepo has switched from npm to pnpm. Contributors must use pnpm for local development. (#1298)
  • --record defaults to true — The test and trigger commands now record results by default. Pass --no-record to opt out. (#1306)
  • Playwright include patterns resolve relative to config directoryinclude patterns in Playwright checks are now resolved relative to the Playwright config file's directory, not the project root. This matches Playwright's own behavior. (#1309)

Features

  • Auto-load .env file — The CLI now automatically loads a .env file for configuration (API key, account ID, etc.) when present. (#1307)
  • Ctrl+C cancels running checks — Pressing Ctrl+C during test or trigger now cancels in-flight checks instead of leaving them running. (#1292)

Other changes

  • All production dependencies updated to their latest versions.
  • Remove extra blank line before "Running N checks" output. (#1313)
  • config moved from production to dev dependencies (only used in e2e tests).
  • Remove unused @types/uuid and @types/config dependencies.

Full Changelog: 7.15.0...8.0.0

7.15.0

13 May 07:52
7af4828

Choose a tag to compare

What's Changed

Full Changelog: 7.14.0...7.15.0

7.14.0

11 May 07:34
aa0df63

Choose a tag to compare

What's Changed

This release updates all dependencies that are compatible with the current version of the CLI.

Other Changes

Full Changelog: 7.13.0...7.14.0

7.13.0

07 May 14:48
acfb34e

Choose a tag to compare

What's Changed

  • fix: adjustments on agentic check construct in prep for self-service billing rollout by @thebiglabasky in #1293

Full Changelog: 7.12.1...7.13.0

7.12.1

27 Apr 17:29
c33b931

Choose a tag to compare

What's Changed

Other Changes

  • docs(cli): hint to reuse Rocky AI root cause analysis when investigating checks by @stefanjudis in #1290

Full Changelog: 7.12.0...7.12.1