2
2
cog_bundle_version : 3
3
3
4
4
name : pagerduty
5
- version : 0.0.1
5
+ version : 0.0.3
6
6
description : Interact with the pagerduty
7
7
docker :
8
8
image : cogcmd/pagerduty
@@ -13,7 +13,7 @@ permissions:
13
13
- pagerduty:alert
14
14
commands :
15
15
alert :
16
- executable : /Users/mpeck/op/pagerduty /cog-command
16
+ executable : /home/bundle /cog-command
17
17
documentation : |
18
18
pagerduty:alert [-s|--service <service name>] <msg> - Trigger an alert on the specified service
19
19
pagerduty:alert <msg> - Trigger an alert on the default service
@@ -39,7 +39,7 @@ commands:
39
39
required : false
40
40
short_flag : s
41
41
oncall :
42
- executable : /Users/mpeck/op/pagerduty /cog-command
42
+ executable : /home/bundle /cog-command
43
43
documentation : |
44
44
pagerduty:oncall - Return a list of services and the name and email of the primary oncall
45
45
pagerduty:oncall <service> - Return the oncall for the sepcified service
@@ -51,7 +51,7 @@ commands:
51
51
52
52
rules : ["allow"]
53
53
ack :
54
- executable : /Users/mpeck/op/pagerduty /cog-command
54
+ executable : /home/bundle /cog-command
55
55
documentation : |
56
56
pagerduty:ack <incident id> - Acknowledge the incident
57
57
pagerduty:ack [-a | --as <pagerduty user email>] <incident id> Acknowledge the incident as the account specified by the email
@@ -84,7 +84,7 @@ commands:
84
84
required : false
85
85
short_flag : a
86
86
resolve :
87
- executable : /Users/mpeck/op/pagerduty /cog-command
87
+ executable : /home/bundle /cog-command
88
88
documentation : |
89
89
pagerduty:resolve <incident id> - Resolve the incident
90
90
pagerduty:resolve [-a | --as <pagerduty user email>] <incident id> Resolve the incident as the account specified by the email
@@ -117,7 +117,7 @@ commands:
117
117
required : false
118
118
short_flag : a
119
119
incidents :
120
- executable : /Users/mpeck/op/pagerduty /cog-command
120
+ executable : /home/bundle /cog-command
121
121
documentation : |
122
122
pagerduty:incidents [-a | --acked] [-t | --triggered] [-r | --resolved] [-l | --limit]
123
123
0 commit comments