Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1.35 KB

README.md

File metadata and controls

54 lines (33 loc) · 1.35 KB

miniecs

miniecs is a cli tool to login ecs container with fuzzy finder incremental search.

Go-CI CodeQL

Requirements

Installation

Homebrew

brew tap jedipunkz/miniecs
brew install jedipunkz/miniecs/miniecs

Go Install

go install github.com/jedipunkz/miniecs@latest

Usage

Login Sub-Command

A sub-command to login to an ECS container with incremental searching.

Run the 'login' sub-command to log in to a container. If you don't specify a cluster, miniecs will find all of your clusters in the region. The 'region' option is required.

$ miniecs login --region <REGION_NAME>

You can also specify a cluster and shell. These options are optional. The default shell is 'sh'.

$ miniecs login --region <REGION_NAME> --cluster <CLUSTER_NAME> --shell <SHELL>

License

Apache License 2.0

Author

jedipunkz