@@ -90,6 +90,8 @@ termbeam --port 8080 # custom port (default: 3456)
9090termbeam --host 0.0.0.0 # allow LAN access (default: 127.0.0.1)
9191termbeam --lan # shortcut for --host 0.0.0.0
9292termbeam -i # interactive setup wizard
93+ termbeam resume [name] # reconnect to a running session from another terminal
94+ termbeam list # list active sessions on the running server
9395termbeam service install # interactive PM2 service setup wizard
9496termbeam service uninstall # stop & remove PM2 service
9597termbeam service status # show PM2 service status
@@ -115,13 +117,15 @@ termbeam service restart # restart PM2 service
115117| ` -h, --help ` | Show help | — |
116118| ` -v, --version ` | Show version | — |
117119
118- | Subcommand | Description |
119- | ------------------- | ----------------------------- |
120- | ` service install ` | Interactive PM2 service setup |
121- | ` service uninstall ` | Stop & remove from PM2 |
122- | ` service status ` | Show PM2 service status |
123- | ` service logs ` | Tail PM2 service logs |
124- | ` service restart ` | Restart PM2 service |
120+ | Subcommand | Description |
121+ | ------------------- | ------------------------------------------------- |
122+ | ` resume [name] ` | Attach to a running session from another terminal |
123+ | ` list ` | List active sessions on the running server |
124+ | ` service install ` | Interactive PM2 service setup |
125+ | ` service uninstall ` | Stop & remove from PM2 |
126+ | ` service status ` | Show PM2 service status |
127+ | ` service logs ` | Tail PM2 service logs |
128+ | ` service restart ` | Restart PM2 service |
125129
126130Environment variables: ` PORT ` , ` TERMBEAM_PASSWORD ` , ` TERMBEAM_CWD ` , ` TERMBEAM_LOG_LEVEL ` , ` SHELL ` (Unix fallback), ` COMSPEC ` (Windows fallback). See [ Configuration docs] ( https://dorlugasigal.github.io/TermBeam/configuration/ ) .
127131
0 commit comments