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
Reads the local .env file in the current directory and uploads each variable to the project + environment defined in .envless.
Push to a specific environment
Push a different file
Dry run
Preview what would change without writing anything to the project.
Conflict handling
By default, push refuses to overwrite remote variables that have diverged from your local copy. Pass --force to overwrite them.
Flags
| Flag | Description |
|---|---|
--env | Target environment. Defaults to the one in .envless. |
--file | Path to the env file to read. Defaults to .env. |
--dry-run | Show the diff without uploading. |
--force | Overwrite remote values that differ from local. |
--project | Override the project from .envless. |
Next
Pull variables back down
Fetch the latest variables to your machine.