Skip to content
This repository was archived by the owner on Jun 15, 2020. It is now read-only.

selency/run

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run travis-badge

Run is the simplest way to run a command and post its execution status to slack :

success

Usage

Just prefix any commands with run:

run python script.py

Setup

Download the latest release to /usr/local/bin/run.

Add a run-config.json file to your $HOME/.run/run-config.json:

{
  "slack": {
    "token": "1234",
    "channel": "monitoring",
    "username": "server-01",
    "emoji": ":gear:"
  }
}

About

Simple shell commands monitoring with Slack

Resources

License

Stars

Watchers

Forks

Packages

No packages published