Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.envless.cloud/llms.txt

Use this file to discover all available pages before exploring further.

Browser login

The recommended way to authenticate on your own machine. The CLI opens a browser tab where you approve the session.

envless login

Once approved, your credentials are stored in ~/.envless/config.json with 0600 permissions.

Token login (CI / non-interactive)

For CI pipelines, generate a personal access token in the Envless dashboard and expose it as an env var.

export ENVLESS_TOKEN=ev_live_xxxxxxxxxxxx

The CLI will pick up ENVLESS_TOKEN automatically — no login step required.

Check who you are logged in as

envless whoami

Log out

envless logout

Next

Initialize a project

Link the current directory to an Envless project.