module
0.0.0-20241208100839-8323af9ee7db
Repository: https://github.com/snaka/ecs-exec-sh.git
Documentation: pkg.go.dev
# README
ecs-exec-sh
Easily execute shell commands in your Amazon ECS containers.
ecs-exec-sh
simplifies running commands in containers in your ECS containers. Interactively select the cluster, service, and container -- no need to memorize names or IDs.
Install
go install github.com/snaka/ecs-exec-sh/cmd/ecs-exec-sh@latest
Usage
Execute a command in a container of an ECS service.
ecs-exec-sh
Options:
--cluster
,-c
: ECS cluster name--service
,-s
: ECS service name--container
,-C
: ECS container name--command
,-x
: Command to execute in the container (default:/bin/sh
)
# Packages
Copyright © 2024 Shinji NAKAMATSU
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
No description provided by the author