Where's the best place to ask about / suggest features for wrangler?
In case it's here, my thought was:
There doesn't seem to be any checks for missing environment variables/secrets on
I might be missing something obvious, but presumably once built, the code could be scanned for environment variables/secrets and any instances could be checked against
If this isn't the best place for this, where might be better?
There doesn't seem to be any checks for missing environment variables/secrets on
wrangler deploy, which feels like a missed opportunity...I might be missing something obvious, but presumably once built, the code could be scanned for environment variables/secrets and any instances could be checked against
wrangler.toml and the production worker (if it exists), to ensure that no variables/secrets are missing. If there are any missing variables/secrets, the deployment could then fail and provide feedback.If this isn't the best place for this, where might be better?