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

feat: implement run-task-output parameter #167

Closed brivu closed 2 years ago

brivu commented 2 years ago

This PR is the implementation of the run-task-output parameter. It enables users to specify a local json file to store the output logs from the aws ecs run-task command. The file can be used to extract information like a task-arn, task-id and more using jq