docs: fix skill syntax, update fallback generator, add progress docs
- Fix --info/--set-note syntax in CLAUDE.md (global flags, not per-alias) - Add --remove, --install-key to CLAUDE.md examples - Replace minimal fallback skill generator with full version (security rules, all commands, progress, SFTP double-slash) - Add upload/download progress reporting to skill-ssh.md and README - Fix outdated v1.5.4 version in README build examples Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
12
CLAUDE.md
12
CLAUDE.md
@@ -56,13 +56,15 @@ pip install -r requirements.txt
|
||||
/ssh main-ovh "systemctl status nginx" # Команда на другом сервере
|
||||
/ssh --list # Список серверов (без паролей) + колонка Notes
|
||||
/ssh --status # Статус всех серверов
|
||||
/ssh investor --upload /local/file /remote/ # Загрузить файл
|
||||
/ssh investor --download /remote/file /local/ # Скачать файл
|
||||
/ssh investor --upload /local/file /remote/ # Загрузить файл (прогресс >=1MB)
|
||||
/ssh investor --download /remote/file /local/ # Скачать файл (прогресс >=1MB)
|
||||
/ssh investor --ping # Проверить доступность
|
||||
/ssh investor --info # Безопасная информация о сервере (без creds)
|
||||
/ssh investor --set-note "описание сервера" # Обновить заметки сервера
|
||||
/ssh tor --info # Поиск по ключевому слову (fuzzy search)
|
||||
/ssh --info investor # Безопасная информация о сервере (без creds)
|
||||
/ssh --set-note investor "описание сервера" # Обновить заметки сервера
|
||||
/ssh --info tor # Поиск по ключевому слову (fuzzy search)
|
||||
/ssh investor --no-sudo "whoami" # Выполнить без sudo
|
||||
/ssh investor --install-key # Установить SSH-ключ на сервер
|
||||
/ssh --remove investor # Удалить сервер (спросит подтверждение)
|
||||
```
|
||||
|
||||
## Версионирование
|
||||
|
||||
Reference in New Issue
Block a user