Skip to content

Commit

Permalink
fancier readme
Browse files Browse the repository at this point in the history
  • Loading branch information
swartzrock authored Dec 14, 2020
1 parent c41f6ad commit 007709e
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,28 @@


<p align="center">
<img width="400" height="113" src="docs/logo.jpg">
<img alt="ecsview-logo" width="400" height="113" src="docs/logo.jpg"/>
<p align="center">Browse your AWS ECS Clusters in the Terminal.</p>
</p>

---


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=<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.

Expand Down

0 comments on commit 007709e

Please sign in to comment.