Environment variables

This document lists all relevant environment variables for the Tessl CLI

👉 Closed beta notice

Tessl framework is in private beta. Join our community to be updated on our future product releases.

Variables

  • TESSL_LOG_LEVEL - Log verbosity (silent, error, warn, info, debug)

  • TESSL_LOG_FILE - Log file path (default: ~/.tessl/projects/<project-name>/tessl.log)

  • FORCE_INTERACTIVE - Force interactive mode (true)

  • CI - Disables interactive mode (true) and switches to JSON log mode

Env files

The CLI loads a dotenv file ~/.tessl/dotenv (global config for bundled CLI)

Last updated