Skip to content

Commit

Permalink
Modify README
Browse files Browse the repository at this point in the history
  • Loading branch information
mpon committed Jun 26, 2020
1 parent 213ba4f commit 8004043
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,28 +22,44 @@ ecswalk tasks

### Get Information from ECS

* get ECS clusters
#### get ECS clusters

```bash
ecswalk get clusters
```

* get ECS services for specified ECS cluster
#### get ECS services for specified ECS cluster

```bash
ecswalk get service -c default
```

* get ECS tasks for specified ECS cluster and service
#### get ECS tasks for specified ECS cluster and service

```bash
ecswalk get tasks -c default -s web-service
```

## Install

```bash
go get github.com/mpon/ecswalk
```

or

Download from [GitHub Releases](https://github.com/mpon/ecswalk/releases)

## Options

* you can set aws configure profile by `.ecswalk.yaml`
You can set aws profile by `.ecswalk.yaml` or `$HOME/.ecswalk.yaml`.

```yaml
profile: my-aws
```
or pass config to command.
```bash
ecswalk --config conf.yaml
```

0 comments on commit 8004043

Please sign in to comment.