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-commandsandcli-metadata(to return command functions and documentation) - Add
CLI_COMMANDS.mdthat 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.