Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/siimon/nant-newrelic

nant target for updating deployment info in New Relic
https://github.com/siimon/nant-newrelic

Last synced: about 2 months ago
JSON representation

nant target for updating deployment info in New Relic

Awesome Lists containing this project

README

        

nANT Task for adding a deployment to New Relic
==============================================

A nANT task used to add a new deployment in New Relic. (www.newrelic.com)

Usage
-----
```xml

```

Available parameters
--------------------
All parameters supported by the New Relic REST API are available:
* license - Your New Relic license *required*
* url - URL to New Relic REST API *required*
* app_name - Name of application that is being deployed *either application_id or app_name is required. Both can not be supplied*
* application_id - Id for the application that is being deployed *either application_id or app_name is required. Both can not be supplied*
* revision - Revision being deployed
* description - Description of the deployment
* changelog - Changelog for the deployment
* user - User that is doing the deployment
* host