Skip to content

Instantly share code, notes, and snippets.

@mdlavin
mdlavin / amplifyPush.sh
Last active July 6, 2022 08:33 — forked from swaminator/amplifyPush.sh
The amplifyPush script (Pulled on 12/27/2019)
#!/usr/bin/env bash
set -e
IFS='|'
help_output () {
echo "usage: amplify-push <--environment|-e <name>> <--simple|-s>"
echo " --environment The name of the Amplify environment to use"
echo " --simple Optional simple flag auto-includes stack info from env cache"
exit 1
}