Skip to content

ajm188/pd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pd

pd is a library and command line utility built on top of go-pagerduty.

It currently provides some functions for finding conflicts that one or more users may have in a set of oncall schedules.

To use the CLI, first get an auth token, and then use like:

go build -o pd.bin ./cmd/
./pd.bin --auth-token "$YOUR_AUTH_TOKEN" -s"$SCHEDULE_1,$SCHEDULE_2,..."

About

pagerduty api built on top of https://github.com/PagerDuty/go-pagerduty

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages