Skip to content

v1.6.0

Choose a tag to compare

@emilioacc emilioacc released this 28 Jan 17:34
· 156 commits to main since this release
a40a518

What's Changed

New Features

  • feat(paas): add secrets management CLI commands (#29)

    • npx atxp paas secrets set <worker> KEY=VALUE - Set an encrypted secret
    • npx atxp paas secrets list <worker> - List secret names (values never exposed)
    • npx atxp paas secrets delete <worker> <key> - Delete a secret
    • Secrets update immediately without redeployment
  • feat(paas): allow configurable Analytics Engine binding name (#28)

Full Changelog: v1.5.0...v1.6.0