Add help for deployment grab command

This commit is contained in:
balthazarbk
2026-05-20 10:45:51 +02:00
parent 770bb4f930
commit 82cc1bd68f
2 changed files with 13 additions and 0 deletions
+1
View File
@@ -21,6 +21,7 @@ Run commands interactively with prompts and menus:
```bash
pwcli # Open interactive menu
pwcli d ts g # Auto-grab a free testserver with your current branch
pwcli d ts u # Update testserver with interactive prompts
pwcli d ts s # View testserver status in table format
```