@psg2/env-sync 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/dist/cli.js +303 -208
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -78,7 +78,9 @@ targets:
|
|
|
78
78
|
|
|
79
79
|
#### Vercel
|
|
80
80
|
|
|
81
|
-
Pushes vars to Vercel environment(s) via the Vercel
|
|
81
|
+
Pushes vars to Vercel environment(s) via the Vercel REST API. Backs up current env vars before overwriting.
|
|
82
|
+
|
|
83
|
+
Values resolved from `op://` references are stored as **Sensitive** variables (write-only on Vercel; the value can never be read back). Literal values stay as regular readable variables. Re-running the sync converts existing variables to the right type.
|
|
82
84
|
|
|
83
85
|
```yaml
|
|
84
86
|
targets:
|