I tried to follow the official guide on how to sync secrets from Doppler to Cloudflare Workers, but I hit a wall. I got to the point where I pasted the command wrangler secret:bulk <(doppler secrets --json | jq -c 'with_entries(.value = .value.computed)'), but I got an error: X [ERROR] Unknown arguments: secret:bulk, /proc/559/fd/63. Why is that? I did everything exactly as you advised.
Thanks for calling this out! It looks like at some point Cloudflare deprecated the secret:bulk syntax in wrangler with v4. Can you try this again with secret bulk instead? In the meantime, I’m getting our docs updated for the new format.