You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add ECS service layer: ListClusters, ListServices, ListTasks, DescribeTaskContainers
- Add ECSClientAPI interface and ECSClient field to AwsRepository
- Add BuildECSExecCommand wrapping `aws ecs execute-command --interactive`
- Add TUI drill-down: Cluster → Service → Task → Container
- Show exec readiness (exec:✓/✗) per container; surface actionable error if disabled
- Launch exec session via tea.ExecProcess, return cleanly to TUI on exit
- Add unit tests with mockECSClient (5 test cases)
- Update README features table and key bindings
0 commit comments