repositorypackage
2.0.1+incompatible
Repository: https://github.com/jedipunkz/miniecs.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
miniecs
miniecs is a cli tool to login ecs container with fuzzy finder incremental search.

Requirements
- Install Go 1.22.x or later
- Install session-manager-plugin
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>