Watch AWS CodeDeploy deployment statuses in real-time from the console.
AWS credentials must be present in environment.
Download the latest release, extract it, and put it somewhere on your PATH.
or
$ go get github.com/atongen/deploywatch
or
$ mkdir -p $GOPATH/src/github.com/atongen
$ cd $GOPATH/src/github.com/atongen
$ git clone https://github.com/atongen/deploywatch
$ cd deploywatch
$ go install
[wip]
$ cd $GOPATH/src/github.com/atongen/deploywatch
$ go test -cover
$ mkdir -p $GOPATH/src/github.com/atongen
$ cd $GOPATH/src/github.com/atongen
$ git clone [email protected]:atongen/deploywatch.git
$ cd deploywatch
$ make release
deploywatch 0.1.8 2017-09-19 00:47:11 4c120d5 go1.9
Usage: λ deploywatch [OPTIONS] DEPLOY_ID [DEPLOY_ID]...
Options:
-compact
Print compact output
-groups string
CodeDeploy deployment groups csv (optional)
-hide-success
Do not print instances once they are successfully deployed
-log-file string
Location of log file (default "/tmp/deploywatch.log")
-name string
CodeDeploy application name (optional)
-version
Print version information and exit
- Use the golang aws sdk value/pointer conversion helpers