diff options
author | Florian Pritz <bluewind@xinu.at> | 2024-02-14 12:16:44 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2024-07-02 12:59:23 +0200 |
commit | 492b47bbd55527ad8d9ff403b17b02a1e37c5c53 (patch) | |
tree | fc259dbd16ac5040a0ecf2179b4d8a24b1125c7c /kubectl-g | |
parent | 3e07493625a14353e737567503801cc24336a866 (diff) | |
download | bin-492b47bbd55527ad8d9ff403b17b02a1e37c5c53.tar.gz bin-492b47bbd55527ad8d9ff403b17b02a1e37c5c53.tar.xz |
add kubectl helpers
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'kubectl-g')
-rwxr-xr-x | kubectl-g | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kubectl-g b/kubectl-g new file mode 100755 index 0000000..ae50480 --- /dev/null +++ b/kubectl-g @@ -0,0 +1,3 @@ +#!/bin/bash + +kubectl get "$@" -o yaml | bat -l yaml |