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.

Global install

Install the CLI globally so the envless binary is available anywhere on your system.

npm install -g @envless/cli

Per-project install

Prefer to pin the CLI to your project so every contributor and your CI use the same version.

npm install --save-dev @envless/cli

Then invoke it via your package manager:

npx envless --help

Verify the install

envless --version

Next

Log in to your account

Authenticate the CLI before pushing or pulling.