@psg2/env-sync 1.1.0 → 1.1.1
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 +8 -1
- package/dist/cli.js +121 -7062
- package/package.json +18 -11
package/README.md
CHANGED
|
@@ -7,7 +7,13 @@ Define your env vars and secrets in `env-sync.yaml`, then sync them to local `.e
|
|
|
7
7
|
## Install
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
|
-
|
|
10
|
+
pnpm add -g @psg2/env-sync
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
Or run it as a one-off without installing:
|
|
14
|
+
|
|
15
|
+
```bash
|
|
16
|
+
npx @psg2/env-sync
|
|
11
17
|
```
|
|
12
18
|
|
|
13
19
|
## Quick Start
|
|
@@ -128,6 +134,7 @@ Options:
|
|
|
128
134
|
|
|
129
135
|
| Feature | Requires |
|
|
130
136
|
|---------|----------|
|
|
137
|
+
| Runtime | Node 24 or newer |
|
|
131
138
|
| 1Password secrets | [`op` CLI](https://developer.1password.com/docs/cli) + `op signin` |
|
|
132
139
|
| Vercel targets | `VERCEL_TOKEN` env var, or `vercel login` (CLI optional) |
|
|
133
140
|
| GitHub targets | [`gh` CLI](https://cli.github.com) |
|