ecsplorer

command module
v0.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 6, 2024 License: MIT Imports: 2 Imported by: 0

README

ecsplorer

release lint

ecsplorer is a tool designed for easy CLI operations with AWS ECS.

ecsplorer

Overview

This tool serves as a CLI utility to efficiently manage AWS ECS resources and services. It provides support for ECS operations through simple commands.

Key Features

  • Retrieve lists of ECS resources
  • Exec into containers

Installation

Download binary

Binaries for Windows, MacOS and Linux are available in the release page.

via Homebrew for macOS or Linux
brew install masaushi/tap/ecsplorer
via Go install
Go version < 1.16
go get github.com/masaushi/ecsplorer
Go 1.16+
go install github.com/masaushi/ecsplorer@latest
Usage

After installation, you can launch a terminal UI by executing the ecsplorer command.

ecsplorer
specify profile

You can specify a profile from your .aws/config by using the --profile=<profile name> option or setting the AWS_PROFILE= environment variable.

ecsplorer --profile=<profile>

or

AWS_PROFILE=<profile> ecsplorer
⚠ Note ⚠

If you intend to exec into containers, please ensure that the session-manager-plugin is installed.

License

Released under the MIT license.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
api
app

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL