|
1 | | -alias cx="convox-gateway convox" |
2 | | -alias cxg="convox-gateway" |
| 1 | +alias cx="rack-gateway" |
3 | 2 | alias cxx="convox" |
4 | 3 |
|
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" |
8 | 7 | # alias cxs="convox switch staging" |
9 | 8 | # alias cxp="convox switch us" |
10 | 9 | # alias cxeu="convox switch eu" |
11 | 10 |
|
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" |
0 commit comments