Installation
A step-by-step guide on how to install, update or remove the Tessl CLI.
Install
Download the CLI
The CLI can be installed using npm .
Note: the Tessl CLI requires Node version 22.x or higher
npm install -g @tessl/clibrew install tesslio/tap/tesslTest the CLI
Run the following command to check that everything is working.
tessl --helpAuthenticate with Tessl [optional]
Log in to Tessl to access all CLI functionality.
tessl loginThis will display a verification code and URL
Please log in at the URL below (if your browser didn't open automatically):
https://auth.tessl.io/device
Then confirm the following code:
XYZA-BCDE
⠏ Waiting for confirmation…Open the URL in your browser and login to Tessl with either your Github or Google account.

Once authenticated, you can enter the device code in your browser window.

You can now verify your authentication status with:
tessl whoamiTo log out when needed:
tessl logoutAutomatic Updates
The Tessl CLI automatically checks for updates and installs them in the background. Updates run silently without interrupting your workflow.
Updates check every 3 hours by default
Updates only occur when you run CLI commands; they might briefly delay command exit
To disable automatic updates, set
TESSL_AUTO_UPDATE_INTERVAL_MINUTES=0Update logs are saved to
~/.tessl/auto-update.logfor troubleshooting
Manual Update
To manually update your CLI to the latest version:
tessl cli updateThis command will update your CLI to the latest version for your current release channel.
npm update -g @tessl/cliUpdate to Specific Version
You can find all releases in the changelog. To install/upgrade to a specific version:
Example to update to a specific version:
Example to install a specific version:
Installing a specific version is not supported in brew .
Uninstall
To uninstall the Tessl CLI, run
npm uninstall -g @tessl/cliorbrew uninstall tesslTo remove Tessl config files, delete the
~/.tessldirectory
Last updated

