Stop colorizing the JSON output

If using a terminal then jq prints out JSON with color.
I suggest color should either be disabled always or with some other flag (more complicated)
jq flag: -M monochrome (don't colorize JSON);
This commit is contained in:
james-portman-contino
2019-08-08 08:50:28 +01:00
committed by GitHub
parent 0ebdb1698f
commit 7313628cc6

View File

@@ -27,7 +27,7 @@ textPass(){
else
REPREGION=$REGION
fi
jq -c \
jq -M -c \
--arg PROFILE "$PROFILE" \
--arg ACCOUNT_NUM "$ACCOUNT_NUM" \
--arg TITLE_TEXT "$TITLE_TEXT" \