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.

Envless ships as a single @goenvless/envless package that bundles the CLI and the runtime. Install it once and use whichever surface fits — CLI for login / link / sync / run, runtime for import { env } from '@goenvless/envless'.

Global install

Adds the envless binary to your PATH. Best for login, link, and ad-hoc commands across multiple projects.

npm install -g @goenvless/envless

Per-project install

Pin Envless to your project so every contributor and your CI run the same version. Also required if you’re using the runtime import { env } mode.

npm install @goenvless/envless

Invoke the CLI via your package manager:

npx envless --help

Verify

envless --version

What’s next

https://mintcdn.com/envless-7b88c948/nR8RUPgNBtCF5SFI/assets/icons/duotone/key.svg?fit=max&auto=format&n=nR8RUPgNBtCF5SFI&q=85&s=43c1e49774331752b42ee91d0da8c289

Log in

Authenticate via the browser flow.
https://mintcdn.com/envless-7b88c948/9f3dXE0TchC0LVM7/assets/icons/duotone/link.svg?fit=max&auto=format&n=9f3dXE0TchC0LVM7&q=85&s=027f6bd7c9e9b65ac76a7be2b9840e73

Link a project

Bind this directory to a workspace and environments.
https://mintcdn.com/envless-7b88c948/nR8RUPgNBtCF5SFI/assets/icons/duotone/info.svg?fit=max&auto=format&n=nR8RUPgNBtCF5SFI&q=85&s=03f8268864b5d8191dd2f73818870854

Concepts

Skim the five ideas that show up everywhere.