Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 239 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 239 Bytes

pd

a tool for interacting with pagerduty.

setup

Get a personal pagerduty API key. Store it in $HOME/.config/pd.json like so:

{
    "api_key": "<your personal pagerduty api key>",
    "email": "your email address"
}