Skip to main content

Cmdra Documentation

Remote execution docs for the daemon, the CLI, and every supported client surface.

Cmdra exposes argv commands, shell commands, persistent shell sessions, output replay, and file transfer over gRPC with mutual TLS. This site documents installation and usage across Linux, macOS, Windows, the CLI, the TUI, Go, Python, Robot Framework, and Ansible.

Quick start
./scripts/generate-dev-certs.sh dev/certs
./cmdrad run --config ./dev/cmdrad.json
./cmdractl --address 127.0.0.1:8443   --ca dev/certs/ca.crt   --cert dev/certs/client-a.crt   --key dev/certs/client-a.key list
./cmdraui --address 127.0.0.1:8443   --ca dev/certs/ca.crt   --cert dev/certs/client-a.crt   --key dev/certs/client-a.key