Commit 4031cac
authored
fix(docs): prefix promo encrypt/decrypt commands with vercel env run (#1714)
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.
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>1 parent 6e18001 commit 4031cac
File tree
2 files changed
+5
-5
lines changed- src
- lib
- scripts
2 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
330 | | - | |
| 330 | + | |
331 | 331 | | |
332 | 332 | | |
333 | 333 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments