mirror of
https://github.com/house-of-vanity/rexec.git
synced 2025-08-21 15:17:15 +00:00
Update README.md
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# rexec
|
||||
Parallel SSH executor in Rust. Read hosts from `known_hosts`
|
||||
Parallel SSH executor in Rust. It can read servers from `known_hosts` or expand servers from bash expanshion line cassandra.{prod,dev}.example.com
|
||||
|
||||
[](https://github.com/house-of-vanity/rexec/actions/workflows/release.yml)
|
||||
|
||||
```
|
||||
```shell
|
||||
[ab@test debug]$ ./rexec -k admin-gce-sc.* --help
|
||||
Parallel SSH executor in Rust
|
||||
|
||||
@@ -19,8 +19,9 @@ Options:
|
||||
-p, --parallel <PARALLEL> [default: 100]
|
||||
-h, --help Print help
|
||||
-V, --version Print version
|
||||
```
|
||||
|
||||
|
||||
```shell
|
||||
[ab@test debug]$ ./rexec -u ab -k -c uptime -e admin.* -f
|
||||
[INFO ] Matched hosts:
|
||||
[INFO ] admin-gce-sc-1.lca-prod.** [35.211.27.195]
|
||||
|
Reference in New Issue
Block a user