From fa9972740b3228a17b2c2fa74e51be2fcefa2e7a Mon Sep 17 00:00:00 2001 From: ksingh7 Date: Mon, 2 Jan 2017 01:21:21 +0200 Subject: [PATCH] FIX #111 JQ does not work untill output format is JSON. Docs has been fixed --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fc07bb9..bac0283 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ gcloud config set compute/region us-central1 AWS * The us-west-2 region will be used +* ``jq`` parsing requires [AWS CLI output format](http://docs.aws.amazon.com/cli/latest/userguide/controlling-output.html) to be ``json`` ## Platforms