ezforge env set
Set one or more environment variables.ezforge env list
List environment variable names (values are never shown).ezforge env unset
Remove an environment variable.Security notes
- Values are write-only via the API — once set, a value can never be read back, only overwritten or deleted
- Variables are encrypted at rest using AES-256-GCM; the encryption key is unique per server
- Decryption happens only inside the server’s Firecracker microVM, just before process startup
- Variables are isolated per server — one server cannot read another’s variables