wrangler secret put raw mode error
I'm trying to setup secret with
echo "VALUE" | wrangler secret put MY_SECRET
and I keep getting the same error. (I'm using wrangler@beta)
Tried with PowerShell and Git Bash.
Anyone is having the same problem?2 Replies
Working fine with cloudflare/wrangler (v1.19.6)
Created an issue https://github.com/cloudflare/wrangler2/issues/170
GitHub
Trying to configure secret yield an "Raw mode not supported" from v...
Today I was trying to configure my first secret variable with echo "SECRET VALUE" | wrangler secret put SECRET_KEY and I was getting the following error : ERROR Raw mode is not su...