Skip to content

yazgazan/aggr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Aggr (wip)

Aggregate outputs from a list of commands.

Install

go get -u github.com/yazgazan/aggr

Usage

Usage of aggr:
  -cmd string
    	command template (default "echo {{.Arg}}")
  -input string
    	input file (csv) (default "/dev/stdin")

Example

kubectl get pods -o json | jq -r '.items[].metadata.name' | aggr -cmd="kubectl logs -f {{.Arg}}"

TODO

  • Automatically restart process

About

Aggregate outputs from a list of commands

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages