We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3395841 commit 459b1e7Copy full SHA for 459b1e7
check-ecs-exec.sh
@@ -48,6 +48,9 @@ set -euo pipefail
48
# e.g. AWS_CLI_BIN=aws-v1 ./check-ecs-exec.sh YOUR_ECS_CLUSTER_NAME YOUR_ECS_TASK_ID
49
AWS_CLI_BIN=${AWS_CLI_BIN:-aws}
50
51
+# Force AWS CLI output format to json to use jq to parse its output
52
+export AWS_DEFAULT_OUTPUT=json
53
+
54
# Colors for output
55
COLOR_DEFAULT='\033[0m'
56
COLOR_RED='\033[0;31m'
0 commit comments