Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add fujiwara/ecsta #6955

Merged
merged 1 commit into from Oct 11, 2022
Merged

Conversation

ponkio-o
Copy link
Sponsor Contributor

@ponkio-o ponkio-o commented Oct 11, 2022

#6955 fujiwara/ecsta: ECS Task Assistant tool

$ aqua g -i fujiwara/ecsta

How to confirm if this package works well

Reviewers aren't necessarily familiar with this package, so please describe how to confirm if this package works well.
Please confirm if this package works well yourself as much as possible.

Command and output

$ ecsta --help
NAME:
   ecsta - ECS task assistant

USAGE:
   ecsta [global options] command [command options] [arguments...]

VERSION:
   0.0.5

COMMANDS:
   configure    Create a configuration file of ecsta
   describe     describe task
   exec         exec task
   list         List tasks
   logs         show log messages of task
   portforward  forward port to task
   stop         stop task
   trace        trace task
   help, h      Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --cluster value, -c value  ECS cluster name [$ECS_CLUSTER]
   --help, -h                 show help (default: false)
   --output value, -o value   Output format (table, tsv, json)
   --region value, -r value   AWS region (default: "ap-northeast-1") [$AWS_REGION]
   --version, -v              print the version (default: false)

If files such as configuration file are needed, please share them.

$ ecsta list --cluster <your-cluster-name>
|                ID                |       TASKDEFINITION        |             INSTANCE             | LASTSTATUS | DESIREDSTATUS |         CREATEDAT         |                 GROUP                 | TYPE |
+----------------------------------+-----------------------------+----------------------------------+------------+---------------+---------------------------+---------------------------------------+------+
| 022330076aa7e04884863fd012345678 | hoge:5                      | 71e1c00d679b44e0b0d27244hogeufa8 | RUNNING    | RUNNING       | 2022-10-11T11:54:40+09:00 | service:test-service                         | 
...

Reference

[fujiwara/ecsta](https://github.com/fujiwara/ecsta): ECS Task Assistant tool

```console
$ aqua g -i fujiwara/ecsta
```

## How to confirm if this package works well

Reviewers aren't necessarily familiar with this package, so please describe how to confirm if this package works well.
Please confirm if this package works well yourself as much as possible.

Command and output

```console
$
```

If files such as configuration file are needed, please share them.

```
```

Reference

-
@suzuki-shunsuke suzuki-shunsuke added the enhancement New feature or request label Oct 11, 2022
@suzuki-shunsuke suzuki-shunsuke added this to the v3.72.1 milestone Oct 11, 2022
@suzuki-shunsuke
Copy link
Member

Thanks!

@suzuki-shunsuke suzuki-shunsuke merged commit ad586e9 into aquaproj:main Oct 11, 2022
@suzuki-shunsuke
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants