Skip to content

Commit ca20fac

Browse files
author
Matthew Peck
committed
gem updates
1 parent bf2fe64 commit ca20fac

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://rubygems.org'
22

3-
gem 'cog-rb', github: "cog-bundles/cog-rb"
3+
gem 'cog-rb', github: "operable/cog-rb"
44
gem 'pagerduty'
55
gem 'pager_duty-connection'

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GIT
2-
remote: git://github.com/cog-bundles/cog-rb.git
2+
remote: git://github.com/operable/cog-rb.git
33
revision: 8213c9fe11d4c0b4274277d7a52018c2f601beb1
44
specs:
55
cog-rb (0.1.5)

config.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
cog_bundle_version: 3
33

44
name: pagerduty
5-
version: 0.0.1
5+
version: 0.0.3
66
description: Interact with the pagerduty
77
docker:
88
image: cogcmd/pagerduty
@@ -13,7 +13,7 @@ permissions:
1313
- pagerduty:alert
1414
commands:
1515
alert:
16-
executable: /Users/mpeck/op/pagerduty/cog-command
16+
executable: /home/bundle/cog-command
1717
documentation: |
1818
pagerduty:alert [-s|--service <service name>] <msg> - Trigger an alert on the specified service
1919
pagerduty:alert <msg> - Trigger an alert on the default service
@@ -39,7 +39,7 @@ commands:
3939
required: false
4040
short_flag: s
4141
oncall:
42-
executable: /Users/mpeck/op/pagerduty/cog-command
42+
executable: /home/bundle/cog-command
4343
documentation: |
4444
pagerduty:oncall - Return a list of services and the name and email of the primary oncall
4545
pagerduty:oncall <service> - Return the oncall for the sepcified service
@@ -51,7 +51,7 @@ commands:
5151
5252
rules: ["allow"]
5353
ack:
54-
executable: /Users/mpeck/op/pagerduty/cog-command
54+
executable: /home/bundle/cog-command
5555
documentation: |
5656
pagerduty:ack <incident id> - Acknowledge the incident
5757
pagerduty:ack [-a | --as <pagerduty user email>] <incident id> Acknowledge the incident as the account specified by the email
@@ -84,7 +84,7 @@ commands:
8484
required: false
8585
short_flag: a
8686
resolve:
87-
executable: /Users/mpeck/op/pagerduty/cog-command
87+
executable: /home/bundle/cog-command
8888
documentation: |
8989
pagerduty:resolve <incident id> - Resolve the incident
9090
pagerduty:resolve [-a | --as <pagerduty user email>] <incident id> Resolve the incident as the account specified by the email
@@ -117,7 +117,7 @@ commands:
117117
required: false
118118
short_flag: a
119119
incidents:
120-
executable: /Users/mpeck/op/pagerduty/cog-command
120+
executable: /home/bundle/cog-command
121121
documentation: |
122122
pagerduty:incidents [-a | --acked] [-t | --triggered] [-r | --resolved] [-l | --limit]
123123

0 commit comments

Comments
 (0)