Skip to content

Commit f2f0196

Browse files
authored
fix: update with proper slack workflows examples (#958)
1 parent 1b08ae1 commit f2f0196

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,18 @@
6262

6363
---
6464

65-
## Example Workflows
66-
67-
- `/incident create` — Start a new incident and assign roles
68-
- `/aws access-request` — Request temporary AWS access
69-
- `/webhook add slack` — Register a new Slack webhook for notifications
70-
- `/role assign talent` — Assign a "Talent" role to a user
65+
## Example Slack Workflows
66+
67+
- `/sre help` — Show all available SRE bot commands
68+
- `/sre incident` — List incident management commands
69+
- `/sre geolocate <ip>` — Geolocate an IP address
70+
- `/sre webhooks` — List webhooks for the current channel
71+
- `/sre webhooks create` — Create a new webhook
72+
- `/sre reports` — List available reports
73+
- `/sre reports google-groups` — Generate a Google Groups statistics report
74+
- `/aws users create <user>` — Provision AWS user(s) via SCIM bridge (using Google Groups)
75+
- `/aws groups sync` — Sync AWS groups with Google security groups
76+
- `/aws health` — Query the health of an AWS account
7177

7278
---
7379

0 commit comments

Comments
 (0)