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: skills/flashduty/reference/automation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ fduty automation fire <trigger-id> \
101
101
--output-format toon
102
102
```
103
103
104
-
`--dedup-key` makes retries idempotent for the same trigger. Do not invent a token; if it is missing, ask the user for the token or rotate the trigger token through `update`.
104
+
`--dedup-key` makes retries idempotent for the same trigger. Do not invent a token. If it is missing, rotate the trigger token through `update` or ask the user to provide it through their secure shell/environment, not in chat.
| stop auto-merging alerts in |`disable-merge <incident-id> [<id2>...]`|
@@ -317,10 +317,10 @@ Resolve incident
317
317
-`--resolution` string — Optional resolution note applied to every resolved incident. (≤1024 chars)
318
318
-`--root-cause` string — Optional root cause note applied to every resolved incident. (≤1024 chars)
319
319
320
-
### responder-add <person-id> [<id2>...]
320
+
### responder-add <member-id> [<id2>...]
321
321
Add incident responder
322
322
-`--incident-id` string (required) — Incident ID (MongoDB ObjectID).
323
-
-`<person-ids>` (positional, required) intSlice — Member IDs to add as responders.
323
+
-`<member-ids>` (positional, required) intSlice — Member IDs from `member list`to add as responders. The API field is named `person_ids`.
324
324
- body-only (`--data`): notify (object)
325
325
326
326
### similar <id>
@@ -380,7 +380,7 @@ List incident war rooms
380
380
Add war-room member
381
381
-`<chat-id>` (positional, required) string — Chat ID of the war room within the IM platform.
382
382
-`--integration-id` int64 (required) — IM integration that hosts the war room.
383
-
-`--member-ids` intSlice (required) — Person IDs to add to the war room.
383
+
-`--member-ids` intSlice (required) — Member IDs to add to the war room.
384
384
385
385
### war-room-create
386
386
Create war room
@@ -424,7 +424,7 @@ List war rooms
424
424
-**`--list` window cap**: `--since`/`--until` window must be < 31 days; `--limit` max 100. Empty result is authoritative — do not widen filters or retry.
425
425
-**`merge` is irreversible**: source incidents are absorbed into target permanently. Always list and confirm both IDs before running.
426
426
-**`remove --force`** bypasses the interactive confirmation prompt — never pass `--force` unless the user has explicitly said so.
427
-
-**`assign` needs `--data` for the nested `assigned_to` object** (either `person_ids` or `escalate_rule_id`). Pass via `--data '{"incident_ids":["<id>"],"assigned_to":{"person_ids":[101]}}'`. `reassign <id> --person <ids>` is simpler for direct-person assignment.
427
+
-**`assign` needs `--data` for the nested `assigned_to` object** (either `person_ids` or `escalate_rule_id`). Pass member IDs from `member list` in the API field: `--data '{"incident_ids":["<id>"],"assigned_to":{"person_ids":[101]}}'`. `reassign <id> --person <ids>` is simpler for direct member assignment.
0 commit comments