Add Dosh status command
ci / test (push) Has been cancelled
ci / fuzz-smoke (push) Has been cancelled
ci / windows-client (push) Has been cancelled
ci / package-release (linux-x86_64, ubuntu-latest) (push) Has been cancelled
ci / package-release (macos-aarch64, macos-14) (push) Has been cancelled
ci / package-release (macos-x86_64, macos-13) (push) Has been cancelled
ci / package-release (windows-x86_64, windows-latest) (push) Has been cancelled
ci / remote-bench (push) Has been cancelled

This commit is contained in:
DuProcess
2026-06-22 01:48:16 -04:00
parent 44717e4956
commit a4b3e7c89b
2 changed files with 85 additions and 9 deletions
+1
View File
@@ -45,6 +45,7 @@ dosh setup HOST # import SSH config and trust the Dosh host key
dosh HOST # connect
dosh HOST COMMAND # connect and run a command
dosh update # update Dosh
dosh status HOST # show remote tmux sessions and Dosh service status
dosh doctor HOST # check config and connectivity
dosh recover HOST # clear cached attach state and re-check
```