Skip to content

Commit 1838ce4

Browse files
committed
update aliases
1 parent ef65216 commit 1838ce4

File tree

2 files changed

+15
-19
lines changed

2 files changed

+15
-19
lines changed

bashrc/convox.sh

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
1-
alias cx="convox-gateway convox"
2-
alias cxg="convox-gateway"
1+
alias cx="rack-gateway"
32
alias cxx="convox"
43

5-
alias cxs="convox-gateway switch staging"
6-
alias cxp="convox-gateway switch us"
7-
alias cxeu="convox-gateway switch eu"
4+
alias cxs="rack-gateway switch staging"
5+
alias cxp="rack-gateway switch us"
6+
alias cxeu="rack-gateway switch eu"
87
# alias cxs="convox switch staging"
98
# alias cxp="convox switch us"
109
# alias cxeu="convox switch eu"
1110

12-
alias cxr="convox-gateway convox rack"
13-
alias cxe="convox-gateway convox exec"
14-
alias cxru="convox-gateway convox run"
15-
alias cxd="convox-gateway convox deploy --wait"
16-
alias cxl="convox-gateway convox logs"
17-
alias cxrs="convox-gateway convox resources"
18-
alias cxsc="convox-gateway convox scale"
19-
alias cxi="convox-gateway convox instances"
20-
alias cxrl="convox-gateway convox releases"
21-
alias cxb="convox-gateway convox builds"
22-
alias cxps="convox-gateway convox ps"
11+
alias cxr="rack-gateway rack"
12+
alias cxe="rack-gateway exec"
13+
alias cxru="rack-gateway run"
14+
alias cxd="rack-gateway deploy --wait"
15+
alias cxl="rack-gateway logs"
16+
alias cxrs="rack-gateway resources"
17+
alias cxsc="rack-gateway scale"
18+
alias cxi="rack-gateway instances"
19+
alias cxrl="rack-gateway releases"
20+
alias cxb="rack-gateway builds"
21+
alias cxps="rack-gateway ps"

bashrc/path.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,3 @@ export PATH="$HOME/code/convox_racks_terraform/scripts/terraform_wrapper:${PATH}
7676

7777
# Claude
7878
export PATH="/Users/ndbroadbent/.claude/local:$PATH"
79-
80-
# Use local ./bin directory for executables
81-
export PATH="./bin:$PATH"

0 commit comments

Comments
 (0)