Skip to content

Commit

Permalink
feat(aliases): add stern shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
workflow committed Jun 28, 2024
1 parent 305f8b2 commit d0e1ec2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/profile.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit d0e1ec2

Please sign in to comment.