Update readme

This commit is contained in:
2021-03-23 17:12:11 +01:00
parent 1ccdc46a23
commit dd8e64a1d3

View File

@@ -13,7 +13,11 @@
Speedrun is a command execution framework that works at scale.
The point of Speedrun is so that you can run any command across any number of servers, projects and cloud vendors with ease and fast (currently GCP only but AWS and Azure will be supported as well), example:
`speedrun run systemctl stop nginx` to stop nginx across 3k machines.
```bash
speedrun run systemctl stop nginx
```
to stop nginx across 3k machines.
No hassels with setting up and maintaining a server with agents as speedrun has none. No runtime to install/maintain as it's a single self-contained binary. Speedrun leverages SSH as transport with tight cloud vendor integration to take the burden of mundane things like key generation and propagation/revocation away from the user.