ssh-cli 0.5.1

Native Rust CLI that gives LLMs (Claude Code, Cursor, Windsurf) the ability to operate remote servers via SSH over stdin/stdout
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://github.com/danilo-aguiar-br/ssh-cli/docs/schemas/secrets-reencrypt.schema.json",
  "title": "secrets-reencrypt",
  "type": "object",
  "required": ["ok", "event", "hosts"],
  "properties": {
    "ok": { "const": true },
    "event": { "const": "secrets-reencrypt" },
    "hosts": { "type": "integer", "minimum": 0 }
  },
  "additionalProperties": true
}