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 `--user`and 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