Skip to content

cappyzawa/kubectl-colorize-applied

Repository files navigation

kubectl-colorize-applied

Enjoy coloring the applied results.

How to install

kubectl krew install colorize-applied

How to use

This plugin colorizes the results of apply/dry-run.
Each line containing the following strings is colored: pruned, configured, created, and unchanged.

kubectl apply --prune -f manifest.yaml --dry-run=server | kubectl colorize-applied