Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cappyzawa/kubectl-colorize-applied
https://github.com/cappyzawa/kubectl-colorize-applied
Last synced: about 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-15T10:18:32.000Z (11 months ago)
- Last Synced: 2024-06-20T22:32:47.836Z (6 months ago)
- Language: Go
- Size: 140 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kubectl-colorize-applied
Enjoy coloring the applied results.
![](https://github.com/cappyzawa/demo/raw/master/kubectl-colorize-applied/image.png)
## 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
```