зеркало из https://github.com/mozilla/hubs-ops.git
Add moz-admin-dev helper
This commit is contained in:
Родитель
aa0a8402a8
Коммит
fbd55668c8
|
@ -85,6 +85,10 @@ function moz-admin {
|
|||
ssh -L "3000:postgrest.reticulum.io:3000" "$(moz-host prod bastion).reticulum.io" "${@:1}"
|
||||
}
|
||||
|
||||
function moz-admin-dev {
|
||||
ssh -L "3000:postgrest-dev.reticulum.io:3000" "$(moz-host dev bastion).reticulum.io" "${@:1}"
|
||||
}
|
||||
|
||||
# moz-iex target ...cmd-args
|
||||
# SSHes into a Reticulum host and opens an Elixir console.
|
||||
function moz-iex {
|
||||
|
|
Загрузка…
Ссылка в новой задаче