Clever Tools 3.14: call it with npx

Clever Tools 3.14: call it with npx

Effective on July 29, 2025·David Legrand
David Legrand
Hubert Sablonnière
Hubert Sablonnière

Clever Tools 3.14 is available. It includes some bug fixes for operators options and service command. It also introduces clever-tools as an available binary after installation.

This allows you to use Clever Tools directly with npx or npm exec, which is useful in scripts or CI/CD pipelines:

# Set/Export CLEVER_TOKEN and CLEVER_SECRET to login with a given account
# --yes is used to skip the interactive prompts
npx --yes clever-tools@latest version
npm exec -- clever-tools@3.14 profile --format json

How to upgrade

To upgrade Clever Tools, use your favorite package manager. For example with npm:

npm update -g clever-tools
clever version
Last updated on