Skip to content

masahide/ecsfgrun

Repository files navigation

ecsfgrun

Command to execute the ecs task in the foreground.

Go Report Card Build Status codecov goreleaser

Description

Command to execute the ecs task in the foreground.

Installation

Linux

For RHEL/CentOS:

sudo yum install https://github.com/masahide/ecsfgrun/releases/download/v0.4.0/ecsfgrun_amd64.rpm

For Ubuntu/Debian:

wget -qO /tmp/ecsfgrun_amd64.deb https://github.com/masahide/ecsfgrun/releases/download/v0.4.0/ecsfgrun_amd64.deb && sudo dpkg -i /tmp/ecsfgrun_amd64.deb

macOS

install via brew:

brew tap masahide/ecsfgrun https://github.com/masahide/ecsfgrun
brew install ecsfgrun

Usage