Crate of the Week

I'll self-nominate my latest CLI tool "qb", an interactive terminal user interface for Kubernetes (I call it EMACS for Kubernetes).
https://crates.io/crates/qb

It has all features that I need on a daily work with Kubernetes - same ones that you know from UI tools incl. logs, (persistent) port-forwarding, multiple profiles, edit capability, cluster overview & resource map w/ utilization, batch job runs etc. etc.
I found the "related resources" particularly helpful - this let's you navigate from a pod to mounted secret to other pod to [more] ...
Most importantly it also features a context-aware help menu to learn all interactions as they've grown quite drastically.

Screenshot shows an empty kubeadm with metrics server running locally as example.