Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajm188/pd
pagerduty api built on top of https://github.com/PagerDuty/go-pagerduty
https://github.com/ajm188/pd
Last synced: 4 days ago
JSON representation
pagerduty api built on top of https://github.com/PagerDuty/go-pagerduty
- Host: GitHub
- URL: https://github.com/ajm188/pd
- Owner: ajm188
- License: mit
- Created: 2021-03-28T01:57:03.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-28T02:02:05.000Z (almost 4 years ago)
- Last Synced: 2023-05-14T14:35:15.377Z (over 1 year ago)
- Language: Go
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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][auth_setup], and then use like:
```bash
go build -o pd.bin ./cmd/
./pd.bin --auth-token "$YOUR_AUTH_TOKEN" -s"$SCHEDULE_1,$SCHEDULE_2,..."
```[go-pagerduty]: https://github.com/PagerDuty/go-pagerduty
[auth_setup]: https://support.pagerduty.com/docs/generating-api-keys#generating-a-personal-rest-api-key