Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/retr0h/kubectl-rainbow
- Owner: retr0h
- License: mit
- Created: 2018-05-13T17:26:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-13T19:15:10.000Z (about 4 years ago)
- Last Synced: 2024-02-20T20:37:28.205Z (11 months 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
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