feat(k8s): customize kubectl aliases for prod / build contexts
This commit is contained in:
3
home.nix
3
home.nix
@@ -346,7 +346,8 @@ source <(kubectl completion zsh)
|
|||||||
m = "make";
|
m = "make";
|
||||||
t = "task";
|
t = "task";
|
||||||
p = "~/.platformsh/bin/platform";
|
p = "~/.platformsh/bin/platform";
|
||||||
k = "kubectl";
|
k = "kubectl --context build";
|
||||||
|
kp = "kubectl --context prod.eu1";
|
||||||
flyctl = "~/.fly/bin/flyctl";
|
flyctl = "~/.fly/bin/flyctl";
|
||||||
g = "git";
|
g = "git";
|
||||||
tg = "tig --all";
|
tg = "tig --all";
|
||||||
|
|||||||
Reference in New Issue
Block a user