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
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?2 Replies
Regarding the headline question -> https://discord.com/channels/595317990191398933/1064502845061210152
General questions about wrangler -> https://discord.com/channels/595317990191398933/799437470004412476
Thanks very much! Seems obvious now you mention it -- please excuse my channel blindness 😄