wait-for-it

command module
v0.0.0-...-8713989 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 17, 2022 License: MIT Imports: 20 Imported by: 0

README

wait-for-it

Build Status

wait-for-it is a cli tool to check if a service is available. It was built to run between starting docker services and running integration tests.

The tool is plugin based, only the plugins for your specific cases are installed.

Install

curl -sL http://bit.ly/get-wait-for-it | bash

Usage

Create your config file wait-for-it.yml.

services:
  mysql_check:
    plugin: mysql
    host: localhost
    parameters:
      port: 3306
      username: root
      password: root

Now check if the mysql service is available.

wait-for-it

Help

wait-for-it --help

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
plugins
cassandra command
kafka command
mongodb command
mysql command
redis command

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL