mirror of
https://github.com/atxp-dev/cli.git
synced 2026-09-14 20:46:39 +08:00
a40a518b3d
Add CLI commands for managing encrypted worker secrets: - npx atxp paas secrets set <worker> KEY=VALUE - npx atxp paas secrets list <worker> - npx atxp paas secrets delete <worker> <key> Secrets are encrypted at rest and update immediately without redeployment. Secret keys must be UPPER_SNAKE_CASE (e.g., API_KEY, DATABASE_URL). Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>