Skip to content

miniecs is a CLI tool that allows you to incremental search your ecs envs and login to your container

License

Notifications You must be signed in to change notification settings

jedipunkz/miniecs

Repository files navigation

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

About

miniecs is a CLI tool that allows you to incremental search your ecs envs and login to your container

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages