#remote #execute-command #server #自动化

bin+lib redarrow

在远程服务器上执行命令

30 个版本

0.18.0 2023年6月1日
0.16.1 2021年9月24日
0.16.0 2021年3月11日
0.15.2 2020年3月7日
0.8.3 2019年12月29日

#2592命令行工具

Download history 1/week @ 2024-03-26 5/week @ 2024-04-02

86 每月下载量

BSD-3-Clause

46KB
1K SLoC

redarrow-rs

在远程服务器上执行命令。

build crates.io License

客户端示例

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

运行服务器

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

运行客户端

redarrow-client uptime

依赖项

~17–32MB
~534K SLoC