Skip to content

Commit

Permalink
fancier readme with screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
swartzrock committed Dec 14, 2020
1 parent a798a78 commit 3ccbeb1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
# ecsview

![screenshot](docs/logo.jpg)

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.


Binary file added docs/logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/tasksview.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3ccbeb1

Please sign in to comment.