mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-27 15:17:38 +00:00
docs: add --no-spawn flag documentation
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
c40608a586
commit
c6b000a421
1 changed files with 4 additions and 0 deletions
|
|
@ -89,6 +89,9 @@ vibetunnel --serve --port 8080
|
||||||
|
|
||||||
# With ngrok tunnel
|
# With ngrok tunnel
|
||||||
vibetunnel --serve --ngrok --ngrok-token YOUR_TOKEN
|
vibetunnel --serve --ngrok --ngrok-token YOUR_TOKEN
|
||||||
|
|
||||||
|
# Disable terminal spawning (detached sessions only)
|
||||||
|
vibetunnel --serve --no-spawn
|
||||||
```
|
```
|
||||||
|
|
||||||
Access the dashboard at `http://localhost:4020` (or your configured port).
|
Access the dashboard at `http://localhost:4020` (or your configured port).
|
||||||
|
|
@ -183,6 +186,7 @@ update:
|
||||||
- `--debug`: Enable debug mode
|
- `--debug`: Enable debug mode
|
||||||
- `--cleanup-startup`: Clean up sessions on startup
|
- `--cleanup-startup`: Clean up sessions on startup
|
||||||
- `--server-mode`: Server mode (native, rust)
|
- `--server-mode`: Server mode (native, rust)
|
||||||
|
- `--no-spawn`: Disable terminal spawning (creates detached sessions only)
|
||||||
- `--control-path`: Control directory path
|
- `--control-path`: Control directory path
|
||||||
- `--config, -c`: Configuration file path
|
- `--config, -c`: Configuration file path
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue