Created
March 8, 2013 17:46
-
-
Save mrpatrick/5118329 to your computer and use it in GitHub Desktop.
Send a newrelic deploy message via their API
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -H "x-api-key:YOUR_API_KEY_HERE" -d "deployment[app_name]=iMyFace.ly Production" -d "deployment[description]=This deployment was sent using curl" -d "deployment[changelog]=many hands make light work" -d "deployment[user]=Joe User" https://api.newrelic.com/deployments.xml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment