this post was submitted on 15 Jun 2023
20 points (100.0% liked)

commandline

1696 readers
1 users here now

founded 1 year ago
MODERATORS
 

Any extra tips or tricks are welcome!

Yesterday I learned that set -x enables trace for a bash, sh, or zsh script and prints the trace to the terminal.

you are viewing a single comment's thread
view the rest of the comments
[–] fallenpixel 3 points 1 year ago (3 children)

Always partial to yq and jq. No easier way to interact with kubernetes outputs on the fly.

[–] nevalem 2 points 1 year ago

Don't forget about fq!

[–] RandomDevOpsDude 2 points 1 year ago

How I have never heard of yq, I'm unsure, but thank you as I'm sure it will make life easier

[–] Andy 2 points 1 year ago

I don't know about k8s work in particular, but I enjoy jello and yamlpath more than jq and yq.