@qpjoy/tunnel-cli 0.2.2 → 0.2.3

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.
Files changed (2) hide show
  1. package/README.setup.md +5 -0
  2. package/package.json +1 -1
package/README.setup.md CHANGED
@@ -27,4 +27,9 @@ qp-tunnel-cli install --url 'http://download:qpjoy@23.225.161.60:3434/peer_intel
27
27
  sudo qp-tunnel-cli tun-on
28
28
  sudo qp-tunnel-cli k8s preload-images
29
29
  sudo qp-tunnel-cli tun-off
30
+
31
+
32
+
33
+
34
+ qp-tunnel-cli k8s preload-images --from-cluster
30
35
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qpjoy/tunnel-cli",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Global QPJoy Tunnel CLI for mihomo-client and cross-platform HDO mesh enrollment.",
5
5
  "private": false,
6
6
  "type": "commonjs",