Releases: stevejkang/tokfresh-cli
v0.0.4
Full Changelog: v0.0.3...v0.0.4
What's New
Clean up KV namespace on remove
tokfresh remove now deletes the associated KV namespace (tokfresh-tokens-{name}) along with the worker script. If the namespace is not found or deletion fails, the worker removal still completes normally.
v0.0.3
Full Changelog: v0.0.2...v0.0.3
What's New
Inline account switching
update, remove, logs, test, and upgrade now prompt to switch Cloudflare accounts directly in the CLI when the current credentials don't match the worker's account.
Wrangler login prompt
When wrangler is installed but not logged in, all post-init commands now show a choice between logging in with wrangler or entering an API token manually. When the target account is known, the prompt shows which account to log into.
Upgrade multi-account support
upgrade now groups inaccessible workers by account and offers per-account re-auth, allowing all workers across multiple accounts to be upgraded in a single run.
Bug Fixes
- Fix
upgradedeploying workers with the wrong token when re-authing across multiple accounts. - Add missing guidance message for manual token users on account mismatch in
upgrade.
Other
- Cloudflare account email is now persisted during
initand shown in account mismatch messages. Existing configs are backfilled onupgrade.
v0.0.2
Full Changelog: v0.0.1...v0.0.2
v0.0.1
Full Changelog: v0.0.1-rc.1...v0.0.1
v0.0.1-rc.1
Full Changelog: https://github.com/stevejkang/tokfresh-cli/commits/v0.0.1-rc.1