https://github.com/jasonnutter/alfred-newrelic
Alfred workflow for opening New Relic apps
https://github.com/jasonnutter/alfred-newrelic
alfred alfred3-workflow alfy newrelic
Last synced: about 2 months ago
JSON representation
Alfred workflow for opening New Relic apps
- Host: GitHub
- URL: https://github.com/jasonnutter/alfred-newrelic
- Owner: jasonnutter
- License: mit
- Created: 2017-12-04T22:01:05.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-09T02:25:39.000Z (about 7 years ago)
- Last Synced: 2025-03-16T07:06:22.603Z (9 months ago)
- Topics: alfred, alfred3-workflow, alfy, newrelic
- Language: JavaScript
- Size: 60.5 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# alfred-newrelic [](https://travis-ci.org/jasonnutter/alfred-newrelic)
> Alfred workflow for opening New Relic apps, with support for APM and Browser apps.
## Install
```
$ npm install --global alfred-newrelic
```
*Requires [Node.js](https://nodejs.org) 6+ and the Alfred [Powerpack](https://www.alfredapp.com/powerpack/).*
## Usage
### Set Account ID
Provide the ID of your New Relic account, e.g. `https://rpm.newrelic.com/accounts/######/`
Command:
`nr_id ######`
### Set API Key
Provide the [API key](https://docs.newrelic.com/docs/apis/rest-api-v2/getting-started/api-keys) for your account.
Command: `nr_api `
### Open a New Relic app
Provide the name of the New Relic you want to open.
Command: `nr app_name`
## License
MIT © [Jason Nutter](https://github.com/jasonnutter/alfred-newrelic)