@swimmingliu/autovpn 1.4.0 → 1.4.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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,8 +5,8 @@ Node-first npm CLI for AutoVPN headless and Agent workflows.
|
|
|
5
5
|
## Usage
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
|
-
npx -y @swimmingliu/autovpn
|
|
9
|
-
npm install -g @swimmingliu/autovpn
|
|
8
|
+
npx -y @swimmingliu/autovpn doctor --project-root . --output json
|
|
9
|
+
npm install -g @swimmingliu/autovpn
|
|
10
10
|
autovpn run --project-root . --skip-deploy --skip-verify --output jsonl
|
|
11
11
|
```
|
|
12
12
|
|