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: update promo CLI examples to use vercel env run
The promo encrypt/decrypt commands require environment variables like
CREDIT_CATEGORIES_ENCRYPTION_KEY that are stored in Vercel. Prefix all
pnpm promo invocations with 'vercel env run -e production --' so the
required env vars are injected at runtime.
0 commit comments