kopia lustrzana https://github.com/piku/piku
ISSUES-354: Fix help subcommand in remote operator script
rodzic
4110c7284b
commit
48067baae6
2
piku
2
piku
|
@ -55,7 +55,7 @@ else
|
||||||
out "App: $app"
|
out "App: $app"
|
||||||
out
|
out
|
||||||
case "$cmd" in
|
case "$cmd" in
|
||||||
"")
|
""|help)
|
||||||
ssh -o LogLevel=QUIET ${sshflags} "$server" "$@" | grep -v "INTERNAL"
|
ssh -o LogLevel=QUIET ${sshflags} "$server" "$@" | grep -v "INTERNAL"
|
||||||
echo " shell Local command to start an SSH session in the remote."
|
echo " shell Local command to start an SSH session in the remote."
|
||||||
echo " init Local command to download an example ENV and Procfile."
|
echo " init Local command to download an example ENV and Procfile."
|
||||||
|
|
Ładowanie…
Reference in New Issue