https://github.com/retr0h/kubectl-rainbow
Simple binary to colorize output.
https://github.com/retr0h/kubectl-rainbow
kubectl-plugins
Last synced: 4 months ago
JSON representation
Simple binary to colorize output.
- Host: GitHub
- URL: https://github.com/retr0h/kubectl-rainbow
- Owner: retr0h
- License: mit
- Created: 2018-05-13T17:26:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-13T19:15:10.000Z (over 4 years ago)
- Last Synced: 2024-02-20T20:37:28.205Z (about 1 year ago)
- Topics: kubectl-plugins
- Language: Go
- Size: 2.24 MB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-kubectl-plugins - kubectl-rainbow - rainbow)](https://github.com/retr0h/kubectl-rainbow/stargazers) | (kubectl Plugins / Installing plugins via awesome-kubectl-plugins)
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'

## Building
$ make build
$ tree .build/## License
MIT