Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Manage organization-level environment variables from the CLI.
oleander env list
--json
oleander env list --json
Environment variables - name: DATABASE_URL id: ev_abc123 updated: 2026-05-01T12:00:00Z - name: API_SECRET id: ev_def456 updated: 2026-05-10T09:30:00Z
oleander env set <NAME> <value>
oleander env set DATABASE_URL "postgresql://host:5432/mydb"
oleander env delete <NAME>
oleander env delete DATABASE_URL
Was this page helpful?