pinggy 0.3.7 → 0.3.9

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 CHANGED
@@ -84,6 +84,7 @@ The CLI supports both SSH-style flags and more descriptive long flags. Below is
84
84
  | `-l`, `--localport` | Local endpoint `[protocol:][host:]port` | `--localport https://localhost:8000` |
85
85
  | `-d`, `--debugger` | Port for web debugger | `-d 4300` |
86
86
  | `--token` | Token for authentication | `--token abc123` |
87
+ | `--force` | Forcefully close existing tunnels and establish a new tunnel | `--force` |
87
88
 
88
89
  ---
89
90
 
@@ -125,7 +126,7 @@ The CLI supports both SSH-style flags and more descriptive long flags. Below is
125
126
  |------|-------------|
126
127
  | `--remote-management <token>` | Enable remote tunnel management |
127
128
  | `--manage <addr>` | Remote management server (default: `dashboard.pinggy.io`) |
128
- | `--NoTUI` | Disable TUI in remote management mode |
129
+ | `--NoTui` | Disable TUI in remote management mode |
129
130
 
130
131
  ---
131
132