Skip to content

Releases: jdlubrano/pagerduty-cli

v0.3.2

13 Feb 17:57
Compare
Choose a tag to compare

Changelog

  • 3705fa0 Bump version to 0.3.2
  • f29568d Remove duplicate results from oncall me command results

v0.3.1

17 Jan 17:57
Compare
Choose a tag to compare

Changelog

v0.3.0

17 Jan 17:55
Compare
Choose a tag to compare

Changelog

  • 1b924ab Add day of the week to on-call output
  • 2f97d3b Update go version and deps

v0.2.3

27 Apr 15:51
Compare
Choose a tag to compare

Changelog

v0.2.2

27 Apr 15:04
Compare
Choose a tag to compare

Changelog

v0.2.1

26 Sep 16:17
Compare
Choose a tag to compare

Changelog

8d49764 Bump version to v0.2.1

v0.2.0

24 Sep 13:31
Compare
Choose a tag to compare

Features

You can now create schedule overrides

./pagerduty-cli schedules overrides create --help
Create a schedule override for a given schedule

Usage:
  pagerduty-cli schedules overrides create [flags]

Flags:
      --end string        End time (MM-DD-YYYY HH:MM) (required)
  -h, --help              help for create
  -s, --schedule string   Schedule name (required)
      --start string      Start time (MM-DD-YYYY HH:MM) (required)

Changelog

87eb243 Add a Summary field to the schedule API call response object
80020e3 Build out schedule overrides command skeleton
d70ed71 Implement a user_input package to encapsulate utilities for acquiring and parsing user input
ca15e05 Implement and test API calls to query/GET a list of schedules
4dcf506 Implement the API call to create schedule_overrides
79d536e Implement the command to create a schedule override
207f72f Merge pull request #4 from jdlubrano/chore/test-domain-api-calls
d92c3fb Merge pull request #5 from jdlubrano/feature/list-schedules-api-call
129682a Rename api_client.ApiClient struct fields so that they are externally accessible (mainly for testing)
00896e2 Run go mod tidy
0fc7ad0 Test escalation policy API calls
fefb107 Test users API calls (GET /users/me)

v0.1.0

12 Jul 16:18
3f3c3c3
Compare
Choose a tag to compare

Changelog

Initial release!