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.
- Host: GitHub
- URL: https://github.com/koding/asgd
- Owner: koding
- License: mit
- Created: 2016-06-24T13:19:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-27T16:30:39.000Z (over 9 years ago)
- Last Synced: 2025-01-20T10:11:32.292Z (11 months ago)
- Language: Go
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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