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
Runs an interactive prompt to pick a project and a default environment (e.g. development). Writes the selection to a local .envless file at the repo root.
Non-interactive
The .envless file
The init command creates a small JSON file that pins the directory to a project. Commit it — it contains no secrets.
.envless
Flags
| Flag | Description |
|---|---|
--project | Project slug to link. |
--env | Default environment (development, staging, …). |
--force | Overwrite an existing .envless file. |
Next
Push your local .env
Send variables from
.env up to the linked project.