Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/retr0h/kubectl-rainbow

Simple binary to colorize output.
https://github.com/retr0h/kubectl-rainbow

kubectl-plugins

Last synced: 15 days ago
JSON representation

Simple binary to colorize output.

Awesome Lists containing this project

README

        

# 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](img/rainbow.png?raw=true "Rainbow")

## Building

$ make build
$ tree .build/

## License

MIT