feat: add list servers command

This commit is contained in:
2026-08-23 07:42:41 +05:00
parent 0374af34fa
commit de9b6ad0dd
3 changed files with 22 additions and 1 deletions
+1
View File
@@ -20,6 +20,7 @@ cargo install --path .
```sh
xboctploy --list # показать проекты из конфига
xboctploy --list-servers # показать серверы из конфига
xboctploy --dry-run demo # напечатать план деплоя без выполнения
xboctploy demo # задеплоить проект demo
```