CircleCI-Public / aws-ecs-orb

An orb that simplifies deployment to Amazon's Elastic Container Service (ECS). Supports both EC2 and Fargate launch types.
https://circleci.com/orbs/registry/orb/circleci/aws-ecs
MIT License
51 stars 80 forks source link

Echo debug info #95

Closed alsonkemp closed 4 years ago

alsonkemp commented 4 years ago

Checklist

Motivation, issues

The existing orb does not output enough useful debugging information. This PR should log additional AWS CLI options.

Description

Simply log the $@ AWS CLI options.

alsonkemp commented 4 years ago

Add DQs. Also, added a similar line to another command.