iYasha / ecs-exec

ecs-exec is a command-line tool designed to streamline interaction with containers running on Amazon Elastic Container Service (ECS).

Repository from Github https://github.comiYasha/ecs-execRepository from Github https://github.comiYasha/ecs-exec

ECS-Exec

Requirements

QuickStart

  1. Clone the repository
git clone https://github.com/iYasha/ecs-exec.git
  1. Change directory to the cloned repository
cd ecs-exec
  1. Make the script executable
chmod u+x ecs-exec
  1. Run the script
./ecs-exec

Add script to PATH

To add the script to the PATH, run the following command:

For bash:

echo 'export PATH="$PATH:'"$(pwd)"'"' >> ~/.bashrc && source ~/.bashrc

For zsh:

echo 'export PATH="$PATH:'"$(pwd)"'"' >> ~/.zshrc && source ~/.zshrc

About

ecs-exec is a command-line tool designed to streamline interaction with containers running on Amazon Elastic Container Service (ECS).

License:Apache License 2.0


Languages

Language:Shell 100.0%