Ecsview Versions Save

Browse your AWS ECS Clusters in the Terminal

v0.1.3

3 years ago

Changelog

a29e36f Now correctly changing focus at the application level, which unfocuses the currently selected element; moved the application.Run() event loop to the main Entrypoint() function so it's clear what is going on in this app; cluster details tables now have a different border color than the cluster table to make distinguishing which one has focus easier. f2abc84 Now displaying the row number in the first column, making it easier to scroll through long tables that stretch past the limit of the terminal window eb16d5d The Github API may block repeat calls from anonymous users, so just carry on if the latest ecs agent version cannot be read. bb61707 enabling mouse, hinting at mouse nav in the footer 11454b0 focusing between cluster table and cluster details table(s) now includes a yellow border around the active focus.

v0.1.2

3 years ago

Changelog

067d744 Merge pull request #2 from swartzrock/pagination-fix 1091670 Merge pull request #3 from swartzrock/nil-checks 992a0fb apparently ContainerInstanceArn is an optional value for ECS tasks, handling nil's now. 9e687bd lets not divide by zero mkay 238d54c pagination checks for zero results now cab7687 updated description

v0.1.1

3 years ago

Changelog

2a76909 Added a nil check for ecs agents for safety 1ddad0f Merge pull request #1 from swartzrock/agent-nil-check

v0.1.0

3 years ago

Changelog

a798a78 Added install 2089705 Better support for when the current AWS account doesn't have any ECS clusters to view. 02d8dff Initial commit c41f6ad Merge branch 'main' of github.com:swartzrock/ecsview into main 0fd318e Still exiting on AWS errors, but now printing the actual error to help users figure out the problem. a08de44 centered logo 007709e fancier readme 3ccbeb1 fancier readme with screenshot d960a6b first f882f0e first 83d87d0 ignoring goreleaser's dir ab2cfe7 now building releases a9f43a5 readme update 2d9f3a8 unused