github fabfuel/ecs-deploy 0.3.0
Environment Management & New Relic deployment recording

latest releases: 1.14.1, 1.14.0, 1.13.1...
7 years ago

Environment Management

Add or change environment variables with the new -e or --env parameter:

$ ecs deploy my-cluster my-service -e webserver SOME_VARIABLE SOME_VALUE

https://github.com/fabfuel/ecs-deploy#set-an-environment-variable

New Relic deployment recording

If providing an API key and Application ID via the new parameters --newrelic-apikey and --newrelic-appid ecs will record the deployment in New Relic.

Optionally you can overwrite the user who triggered the deployment via --userand add additional information about the changes via --comment.

ecs deploy my-cluster my-service -t 1.2.3 --newrelic-apikey 1234567980 --newrelic-appid 12345678 --comment "New Feature XY" --user foobar

Don't miss a new ecs-deploy release

NewReleases is sending notifications on new releases.