Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoney committed Aug 9, 2023
1 parent d12e9b6 commit 4d74fbb
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,24 @@
# ECS Service Reboot
# ECS Service Reboot

## Overview

| Arguemment | Description | Default Value |
| --- | --- | --- |
| cluster | The ECS cluster to look for the service | The environment variable `CLUSTER` |
| region | The region to look for the service in ecs | The environment variable `AWS_REGION` |
| service | The ECS service to reboot | The environment variable `SERVICE` |

## Installation

```bash
brew tap jmoney/aws
brew install reboot-ecs-service
```

## Run Locally

```bash
go run cmd/cli/main.go -cluster dev -region us-east-1 -service my-service
```

Will reboot the service name `my-service` in the `dev cluster` running in the `us-east-1` region.

0 comments on commit 4d74fbb

Please sign in to comment.