Skip to content

Releases: stevejkang/tokfresh-cli

v0.0.4

15 Apr 04:01
v0.0.4
7de4f3a

Choose a tag to compare

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

14 Apr 14:49
v0.0.3
ab58242

Choose a tag to compare

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 upgrade deploying 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 init and shown in account mismatch messages. Existing configs are backfilled on upgrade.

v0.0.2

07 Apr 00:50
v0.0.2
9d2065a

Choose a tag to compare

Full Changelog: v0.0.1...v0.0.2

v0.0.1

05 Apr 12:05
v0.0.1
36f612f

Choose a tag to compare

Full Changelog: v0.0.1-rc.1...v0.0.1

v0.0.1-rc.1

05 Apr 11:53
v0.0.1-rc.1
a92a98c

Choose a tag to compare