mightyguava / ecsq

A friendly command-line tool to query ECS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: Add Ability to Get/Tail Logs from a Task/Container

JorgeN118 opened this issue · comments

The addition of a new command or an extension to an existing command that allows users to fetch logs from a specific task within ECS would be awesome. Users could quickly access logs without navigating through the AWS console.

This feature would greatly enhance the utility of the ecsq tool, providing users with a seamless experience for managing their ECS tasks and diagnosing issues.

Usage example

ecsq logs --task <task-name> --follow