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.
Usage
Fetches every variable for the linked project + environment and writes them to .env in the current directory.
Pull a specific environment
Write to a different file
Pipe directly to your process
Skip writing a file entirely and stream variables to a child process.
The CLI injects the variables into the child process’s environment, so nothing is ever written to disk.
Flags
| Flag | Description |
|---|---|
--env | Environment to pull from. Defaults to the one in .envless. |
--file | Destination file path. Defaults to .env. |
--exec | Run a command with the variables injected, no file written. |
--format | Output format: dotenv (default), json, shell. |
--project | Override the project from .envless. |
Next
Two-way sync
Merge local and remote changes in a single command.