You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Bash script to get a report of all sites about a certain feature.
# Include all of the subscripts that we need.
DIR="${BASH_SOURCE%/*}"
if [[ ! -d "$DIR" ]]; then DIR="$PWD"; fi
. "$DIR/functions/pantheon-script-colours"
#set -x
REPORTTYPE=$1
if [ "$REPORTTYPE" == "" ]; then
read -p "${UNDERLINE}What do you want a report about? One of [${BOLD}php_version${NOBOLD}, framework, organization, service_level, max_num_cdes, upstream, frozen]:${NOUNDERLINE} " REPORTTYPE