Skip to content

erikkri/heroku-drains

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

heroku-drains

Tool to add log drains to multiple Heroku apps.

oclif Version Downloads/week License

Usage

$ 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
...

Commands

heroku-drains add:datadog

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

heroku-drains add:sumologic

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

heroku-drains help [COMMAND]

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

About

Tool to add log drains to multiple Heroku apps.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published