Skip to content
This repository was archived by the owner on Aug 11, 2025. It is now read-only.

Commit 61d8fb5

Browse files
author
Ashley Davis
committed
Improved docs.
1 parent c32af33 commit 61d8fb5

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.MD

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,25 @@ To get help:
2424
opsgenie --help
2525
```
2626

27+
To list integrations:
28+
29+
```bash
30+
opsgenie integrations
31+
```
32+
33+
To disable an integration:
34+
35+
```bash
36+
opsgenie integrations disable <integration-id>
37+
```
38+
39+
To enable an integration:
40+
41+
```bash
42+
opsgenie integrations enable <integration-id>
43+
```
44+
45+
2746
## Development
2847

2948
## Pre reqs

0 commit comments

Comments
 (0)