Skip to content

retr0h/kubectl-rainbow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rainbow

Simple binary to colorize output.

Dependencies

$ go get github.com/golang/dep/cmd/dep

Installation

$ go get github.com/retr0h/kubectl-rainbow

Usage

$ cat <<'EOL' >kubectl-color
#!/bin/sh
exec kubectl $* | $GOPATH/bin/kubectl-rainbow
EOL

$ chmod +x kubectl-color
$ mv kubectl-color ~/bin/
$ kubectl color get po nginx

$ alias k='kubectl color'

Alt text

Building

$ make build
$ tree .build/

License

MIT

About

Simple binary to colorize output.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published