0.8.2 • Published 2 years ago

@dan-kas/pd-oncall v0.8.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

pagerduty-oncall-report

NPM version code style

Generate PagerDuty payroll for current month or specified date.

Features:

  • Generate report for PagerDuty oncall in a single month
  • Enter custom flat rate
  • Interactive configuration
  • Output to json

Installation

npm install -g @dan-kas/pd-oncall

Requirements

  • User Access Token
    • You can generate it in your profile on PagerDuty. See docs for reference on how to do that

Usage:

By default you will be prompted for PagerDuty token, which is required for API calls. Provided token is then stored in config file in your homedir. If you prefer not to store this token in homedir, you can pass token each time like this: PAGERDUTY_TOKEN=<token> pd-oncall or set env PAGERDUTY_TOKEN globally


Generate report for current month with interactive prompts:

pd-oncall

To generate report for different month provide argument with desired date:

# just month
pd-oncall 5

# or with year
pd-oncall 5/2022

Using --json flag disables interactivity and requires all arguments to be passed, unless previously set through interactive mode. Every consecutive usage uses previous configuration by default.


--help output

Usage: pd-oncall [options] [customDate]

Generate PagerDuty payroll for current or chosen month

Arguments:
  customDate                 Custom date in YYYY-MM format. If not provided, current month is used.

Options:
  -V, --version              output the version number
  -c, --clear [field]        Clear config field or entire file (default: false, preset: true)
  -s, --schedule <schedule>  Schedule ID [1]
  --schedule-query <query>   Schedule query, e.g. "FE"
  -r, --rate <rate>          Flat rate [1]
  --json                     Raw JSON output (default: false)
  -i, --interactive          Interactive mode (default: true)
  --clean-report             Print report without colors
  -h, --help                 display help for command

___

[1] Provided value will be persisted as default for future usage.
0.8.2

2 years ago

0.8.1

2 years ago

0.8.0

2 years ago

0.7.0

2 years ago

0.6.0

2 years ago

0.5.2

2 years ago

0.5.1

2 years ago

0.5.0

2 years ago

0.4.3

2 years ago

0.4.2

2 years ago

0.4.0

2 years ago

0.3.4

2 years ago

0.3.3

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.8

2 years ago