You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/workflows/cli.mdx
+24-1Lines changed: 24 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -141,11 +141,34 @@ kestrel workflows test <workflow-id>
141
141
142
142
### Request a workflow
143
143
144
-
Submit a natural language request to trigger a matching workflow (CLI equivalent of `/kestrel-workflow` in Slack):
144
+
Submit a natural language request to trigger a matching workflow. This is the CLI equivalent of `/kestrel-workflow` in Slack or the "Make a Request" page in the Kestrel Platform UI:
145
145
146
146
```bash
147
147
kestrel workflows request "provision an MSK cluster with 3 brokers in us-east-1"
148
148
kestrel workflows request "scale the payments deployment to 5 replicas"
149
+
kestrel workflows request "create a DNS record for api.example.com in Cloudflare"
150
+
kestrel workflows request "add a new PagerDuty escalation policy for the payments team"
151
+
```
152
+
153
+
If the matched workflow requires additional parameters, you'll be prompted interactively:
0 commit comments