mirror of
https://github.com/house-of-vanity/rexec.git
synced 2025-08-21 23:27:15 +00:00
Update README.md
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
# rexec
|
# 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)
|
[](https://github.com/house-of-vanity/rexec/actions/workflows/release.yml)
|
||||||
|
|
||||||
```
|
```shell
|
||||||
[ab@test debug]$ ./rexec -k admin-gce-sc.* --help
|
[ab@test debug]$ ./rexec -k admin-gce-sc.* --help
|
||||||
Parallel SSH executor in Rust
|
Parallel SSH executor in Rust
|
||||||
|
|
||||||
@@ -19,8 +19,9 @@ Options:
|
|||||||
-p, --parallel <PARALLEL> [default: 100]
|
-p, --parallel <PARALLEL> [default: 100]
|
||||||
-h, --help Print help
|
-h, --help Print help
|
||||||
-V, --version Print version
|
-V, --version Print version
|
||||||
|
```
|
||||||
|
|
||||||
|
```shell
|
||||||
[ab@test debug]$ ./rexec -u ab -k -c uptime -e admin.* -f
|
[ab@test debug]$ ./rexec -u ab -k -c uptime -e admin.* -f
|
||||||
[INFO ] Matched hosts:
|
[INFO ] Matched hosts:
|
||||||
[INFO ] admin-gce-sc-1.lca-prod.** [35.211.27.195]
|
[INFO ] admin-gce-sc-1.lca-prod.** [35.211.27.195]
|
||||||
|
Reference in New Issue
Block a user