From d0e1ec2f896611745533307483904e6a22156f2b Mon Sep 17 00:00:00 2001 From: workflow <4farlion@gmail.com> Date: Fri, 28 Jun 2024 16:17:33 +0100 Subject: [PATCH] feat(aliases): add stern shortcuts --- lib/profile.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/profile.nix b/lib/profile.nix index 397b3f7..2916f99 100644 --- a/lib/profile.nix +++ b/lib/profile.nix @@ -72,6 +72,10 @@ rm = "trash-put"; soul = "nmcli c up 'Soul'"; + stern-kind = "stern --context kind-kind"; + stern-dlh = "stern --context dlh-context"; + stern-test = "stern --context datamesh-test-cluster"; + stern-prod = "stern --context datamesh-prod-cluster"; tailup = "sudo tailscale up --accept-routes --accept-dns=false"; taildown = "sudo tailscale down";