mirror of
https://github.com/atxp-dev/cli.git
synced 2026-09-14 20:46:39 +08:00
44e20ca116
Add support for setting environment variables when deploying workers: - --env KEY=VALUE flag (repeatable) for individual env vars - --env-file <path> flag to load from a .env file - --env takes precedence over --env-file for duplicate keys - Validation for reserved names (DB, BUCKET, ANALYTICS, USER_NAMESPACE) - Warning for sensitive-looking variables (SECRET, PASSWORD, KEY, etc.) Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>