App Secrets
App secrets are per-app values stored in your local system keyring and injected during deploy.
Set a Secret
The CLI prompts for the value with hidden input so it does not appear in shell history.
Generate a Secret
Use generated secrets for tokens, session keys, and app-specific random values.
Read, List, Delete
er app secret get my-app DATABASE_URL
er app secret list my-app
er app secret delete my-app DATABASE_URL
Listing support
Listing secret names depends on OS keyring support and is best supported on macOS.
Reserved EasyRunner Secrets
Secrets beginning with EASYRUNNER_ are reserved for EasyRunner itself. They are stored like other app secrets but are not exposed to the running container.
Current reserved examples for GHCR Flow B pulls:
Runtime Injection
Non-reserved app secrets are made available to your containers during deployment. Keep sensitive values out of Compose-format files and source control; store them as app secrets instead.
Rotation
To rotate a secret, set it again and redeploy: