https://github.com/cappyzawa/kubectl-colorize-applied
https://github.com/cappyzawa/kubectl-colorize-applied
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cappyzawa/kubectl-colorize-applied
- Owner: cappyzawa
- License: apache-2.0
- Created: 2022-08-19T12:22:41.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-21T13:59:29.000Z (10 months ago)
- Last Synced: 2025-04-01T15:21:24.182Z (3 months ago)
- Language: Go
- Size: 84 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kubectl-colorize-applied
Enjoy coloring the applied results.

## How to install
```shell
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`.```shell
kubectl apply --prune -f manifest.yaml --dry-run=server | kubectl colorize-applied
```