Merge branch 'main' into monorepo

This commit is contained in:
3wc
2020-09-22 16:15:33 +02:00
5 changed files with 53 additions and 7 deletions

5
abra
View File

@ -125,6 +125,7 @@ sub_help() {
echo " run SERVICE CMD run a command in the specified service's container"
echo " run_args SERVICE ARGS CMD run, passing extra args to docker exec"
echo " secret [--help] [SUBCOMMAND] manage secrets"
echo " upgrade upgrade to the latest version"
echo " ... (custom commands)"
echo ""
echo "Make sure \$STACK_NAME is set using direnv, -a, -e or -c"
@ -314,6 +315,10 @@ sub_context_use() {
docker context use "$1"
}
sub_upgrade() {
curl -fsSL https://install.abra.autonomic.zone | bash
}
sub_context() {
SUBCOMMAND2=$1
shift