Tool to add log drains to multiple Heroku apps.
$ npm install -g heroku-drains
$ heroku-drains COMMAND
running command...
$ heroku-drains (-v|--version|version)
heroku-drains/0.0.0 darwin-x64 node-v10.8.0
$ heroku-drains --help [COMMAND]
USAGE
$ heroku-drains COMMAND
...
Describe the command here
USAGE
$ heroku-drains add:datadog
OPTIONS
-n, --name=name name to print
DESCRIPTION
...
Extra documentation goes here
See code: src/commands/add/datadog.js
Create and add Sumologic log drains to all apps in a Heroku team.
USAGE
$ heroku-drains add:sumologic
OPTIONS
-c, --collector=collector (required) Sumologic collector which will be used.
-s, --category=category (required) Source category which these collectors will be added to.
-t, --team=team (required) Heroku team where sumologic drains will be added.
DESCRIPTION
This will create a Sumologic "HTTP Logs and Metrics" source for each of the apps in the Heroku team.
The URL for the corresponding source will be added as a log drain to the corresponding Heroku app.
See code: src/commands/add/sumologic.js
display help for heroku-drains
USAGE
$ heroku-drains help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help