Releases: jdlubrano/pagerduty-cli
v0.3.2
v0.3.1
v0.3.0
v0.2.3
v0.2.2
v0.2.1
v0.2.0
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
Changelog
Initial release!