douban / redarrow-rs

A command dispatcher to run executables remotely and safely.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

redarrow-rs

Execute commands on remote servers.

build crates.io License

client example

let client = webclient::Client::new(host, 4205, command, arguments);
let result = client.run_command().await;

run server

export RUST_LOG="info"
redarrow-server -c misc/example.conf

run client

redarrow-client uptime

About

A command dispatcher to run executables remotely and safely.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Rust 99.6%Language:Makefile 0.4%