kubectl-rainbow

command module
v0.0.0-...-a02d435 Latest Latest
Warning

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

Go to latest
Published: Dec 13, 2020 License: MIT Imports: 5 Imported by: 0

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

Building

$ make build
$ tree .build/

License

MIT

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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