Changelog

New features, improvements and upcoming releases in Calibre.

Subscribe to updates:

CLIAPIOpen Source

CLI 5.0.0

Karolina Szczur
Karolina Szczur

We published a new, major version of Calibre’s CLI (5.0.0), now written in ES Modules! With this release we:

  • Add a new flag for calibre test create: --waitForTest
  • Add new package exports: cli-commands and cli-metadata (to return command functions and documentation)
  • Add CLI_COMMANDS.md that lists all available commands with their options for easy reference
  • End support for Node 12

From the 5.0.0 version, we’re also ceasing to update the standalone binary builds for the CLI. They will remain accessible for now, but the recommended method of installing an up-to-date version of the CLI is npm.

See full changelog on GitHub.