An open API service indexing awesome lists of open source software.

https://github.com/koding/asgd

Listen ASG events and change local configuration files.
https://github.com/koding/asgd

Last synced: 10 months ago
JSON representation

Listen ASG events and change local configuration files.

Awesome Lists containing this project

README

          

# asgd

asgd is a lightweight configuration management tool focused on keeping local
configuration files up-to-date using ASG events

## Building

```
$ git clone https://github.com/koding/asgd.git
$ cd ./asgd
$ go get ./...
$ go build -o asgd ./cmd/asgd
```

You should now have asgd