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(docs): prefix promo encrypt/decrypt commands with vercel env run
The promo encrypt/decrypt script requires CREDIT_CATEGORIES_ENCRYPTION_KEY
which is only available through Vercel's production environment. Update all
usage examples and the CLI error message to include the
`vercel env run -e production --` prefix so developers don't encounter
missing env var errors.
0 commit comments