Execute `aws ecr get-login --region=us-west-2` and receive the following error: ``` unknown shorthand flag: 'e' in -e See 'docker login --help'. ``` The email flag was removed in release 17.06.0-ce: https://github.com/docker/cli/pull/143
Execute
aws ecr get-login --region=us-west-2and receive the following error:The email flag was removed in release 17.06.0-ce: docker/cli#143