unleash-checkr

command module
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Sep 10, 2020 License: MIT Imports: 5 Imported by: 0

README

unleash-checkr

Checks if any flags have expired an notifies someware

CI

Install

Pre-compiled binary

shell script

curl -sf https://gobinaries.com/unleash/unleash-checkr | sh

manually

Download the pre-compiled binaries from the releases page and copy to the desired location

Docker
$ docker run -it --rm unleashorg/unleash-checkr --help
Compiling from source

Clone the repository

$ git clone git@github.com:unleash/unleash-checkr.git

$ cd gitignore

download dependencies

$ go mod download

build

$ go build -o unleash-checkr main.go

verify it works

$ unleash-checkr --help

Usage

check

List overdue flags on terminal

$ unleash-checkr check -u "http://unleash.herokuapp.com"

notify

List overdue flags on terminal and notifies via Slack

$ unleash-checkr notify --channel "#checkr" --slack-token "my-token" --url "http://unleash.herokuapp.com" -e 60

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd
cli
internal
pkg

Jump to

Keyboard shortcuts

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