Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 731 Bytes

File metadata and controls

23 lines (17 loc) · 731 Bytes

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