From d7011a2bfb7e0daad67d59510b7ca33eca719eac Mon Sep 17 00:00:00 2001 From: Pascal Dennerly Date: Sat, 9 Apr 2022 19:38:48 +0100 Subject: [PATCH] Add wait-for (#4157) * Add wait-for * Update README.md * Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e5dbbaea..d647b630 100644 --- a/README.md +++ b/README.md @@ -3014,6 +3014,7 @@ _Software written in Go._ - [trubka](https://github.com/xitonix/trubka) - A CLI tool to manage and troubleshoot Apache Kafka clusters with the ability of generically publishing/consuming protocol buffer and plain text events to/from Kafka. - [uTask](https://github.com/ovh/utask) - Automation engine that models and executes business processes declared in yaml. - [Vegeta](https://github.com/tsenart/vegeta) - HTTP load testing tool and library. It's over 9000! +- [wait-for](https://github.com/dnnrly/wait-for) - Wait for something to happen (from the command line) before continuing. Easy orchestration of Docker services and other things. - [webhook](https://github.com/adnanh/webhook) - Tool which allows user to create HTTP endpoints (hooks) that execute commands on the server. - [Wide](https://wide.b3log.org/login) - Web-based IDE for Teams using Golang. - [winrm-cli](https://github.com/masterzen/winrm-cli) - Cli tool to remotely execute commands on Windows machines.