diff --git a/README.md b/README.md index 930c42c..6c789a2 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,28 @@ +

- + ecsview-logo +

Browse your AWS ECS Clusters in the Terminal.

+--- + + +EcsView (ecsview) is a terminal UI for browsing Amazon Elastic Container Service (ECS) clusters. You can use it to view cluster usage, services, tasks, and individual container instances (ec2's). Uses the excellent [tview](https://github.com/rivo/tview/) library to build and manage the UI. + +![screenshot](docs/tasksview.jpg) + +## Installation + +Run `make install` to install ecsview in your Go binaries directory. + +## Usage + +Run `AWS_PROFILE= ecsview` with a configured AWS profile to view your account's ECS clusters in detail. + + + + EcsView (ecsview) is a terminal UI for browsing Amazon Elastic Container Service (ECS) clusters. You can use it to view cluster usage, services, tasks, and individual container instances (ec2's). Uses the excellent [tview](https://github.com/rivo/tview/) library to build and manage the UI.