Skip to content

Commit

Permalink
Update convox aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
ndbroadbent committed May 22, 2024
1 parent 310bcaf commit 1bbc03c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions bashrc/convox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ alias cx="convox"
# && \rm -f ~/.convox/rack \
# && printf 'Switched to Staging host: ' \
# && \cat ~/.convox/host"
alias cxs="convox switch docspring-staging"
alias cxp="convox switch production-v3"
alias cxeu="convox switch europe-v3"
alias cxs="convox switch staging"
alias cxp="convox switch us"
alias cxeu="convox switch eu"

alias cxr="convox rack"
alias cxe="convox exec"
Expand Down
7 changes: 4 additions & 3 deletions fish/conf.d/convox.fish
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
abbr -a cx convox

abbr -a cxs "convox switch docspring-staging"
abbr -a cxp "convox switch production-v3"
abbr -a cxeu "convox switch europe-v3"
abbr -a cxs "convox switch staging"
abbr -a cxp "convox switch us"
abbr -a cxeu "convox switch eu"
abbr -a cxem "convox switch emreach"

abbr -a cxr "convox rack"
abbr -a cxe "convox exec"
Expand Down

0 comments on commit 1bbc03c

Please sign in to comment.