aklin / kubectl-prettifier-script

A kubectl wrapper applying syntax highlighting to kubectl output.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kubectl-prettifier-script

A kubectl wrapper applying syntax highlighting to kubectl output.

Installation

  1. Install highlight.
  2. Create a file named kubectl-prettify somewhere on your $PATH.
  3. Copy the script contents into the new file.
  4. Make the new file executable: chmod +x /usr/bin/kubectl-prettify.
  5. Verify correct installation with kubectl plugins list.
  6. (Optional) Alias: alias kubectl="kubectl prettify".

Supported Systems

System Support
Linux
OSX
Windows

About

A kubectl wrapper applying syntax highlighting to kubectl output.

License:MIT License


Languages

Language:Shell 100.0%