You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: resolve KV state namespace lookup on accounts with many namespaces
CF API defaults to per_page=20 when listing KV namespaces, so the state
namespace could be missed on accounts with >20 namespaces. Increase to
per_page=1000 (CF max) and add --state-namespace-id option to skip the
lookup entirely.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments