Skip to main content
mesa is configured through environment variables.

Access token

Set MESA_ACCESS_TOKEN to a scoped token you minted on trusted infrastructure, and keep the private key out of the CLI’s environment.
The CLI derives the organization from the token’s issuer. Use one access token and organization per CLI process.

Optional

Daemon mode

Run mesa mount as a background daemon:
Log output goes to stdout by default. Redirect it to a file with MESA_DAEMON_LOG_FILE:

Ignore rules

Set MESA_MESAIGNORE_PATH to a .mesaignore file to control which files are kept locally vs. uploaded to VCS. See .mesaignore for details.