Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
maruware committed Jul 30, 2020
1 parent af3a4fb commit e44453a
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,32 @@
# ecsceed

ECS deployment tool
ECS config base deployment tool.
Inspired [ecspresso](https://github.com/kayac/ecspresso) and [kustomize](https://github.com/kubernetes-sigs/kustomize).

It features:
* Override base config. (mainly for multi stage)
* Extend Task definition. (e.g. cut out common between web server and worker)

**WIP**

## Sketch
## Example

See [test_files/example1](test_files/example1)

## Install

TODO

## Usage

### Deploy

```bash
ecsceed deploy -c config.yml -p ImageTag=$(git rev-parse HEAD)
ecsceed deploy -c overlays/develop/config.yml -p ImageTag=$(git rev-parse HEAD)
```

### Exec

```bash
ecsceed exec api echo test
ecsceed exec -c overlays/develop/config.yml api echo test
```

0 comments on commit e44453a

Please sign in to comment.