Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 460 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 460 Bytes

waistband

Waistband is a CLI for running queries against Elasticsearch and tailing the output

Development

Development requires at Go 1.11+ with Go Modules support.

  1. Run Command:
go get github.com/nothing-but-josh/waistband
  1. Enable Go Modules in $GOPATH:
export GO111MODULES=on
  1. Change into the directory:
cd $GOPATH/src/github.com/nothing-but-josh/waistband
  1. Install dependencies:
go get