ecsr

Crates.ioecsr
lib.rsecsr
version0.1.0
sourcesrc
created_at2022-10-23 14:49:12.789228
updated_at2022-10-23 14:49:12.789228
descriptionecsr is a tool that makes it easy to execute the ecs execute command
homepage
repository
max_upload_size
id695193
size48,851
Yusuke Egami (egapool)

documentation

README

ECSR

Example

$ ./target/release/ecsr
Read profile from /Users/egapool/.aws/credentials
✔ Select profile from "/Users/egapool/.aws/credentials" · default
✔ Select cluster · your-cluster-name
✔ Select service · app
✔ Select task · 14eb7546ebcx45d48656537cba8dd7ea
✔ Select container · web-container
✔ Command · bash
aws --profile default ecs execute-command --cluster your-cluster-name --container web-container --interactive --command bash --task 14eb7546ebcx45d48656537cba8dd7ea
Commit count: 0

cargo fmt