Releases: flashcatcloud/flashduty-cli
Releases · flashcatcloud/flashduty-cli
Flashduty CLI v1.2.0
Flashduty CLI v1.2.0
This release expands incident response coverage in the CLI and moves the new API coverage through flashduty-sdk v0.9.0.
New incident lifecycle commands
flashduty incident unack <id> [<id2> ...]
Cancel acknowledgement for incidents that should return to the unacknowledged state.flashduty incident wake <id> [<id2> ...]
Wake snoozed incidents and restore normal notifications.flashduty incident add-responder <id> --person <ids>
Add responders without replacing the current assignment. Supports--follow-preference,--notify-channel, and--template-id.flashduty incident comment <id> [<id2> ...] --comment <text>
Add timeline comments to up to 100 incidents. Supports--mute-reply.flashduty incident disable-merge <id> [<id2> ...]
Disable automatic alert merging for selected incidents.flashduty incident remove <id> [<id2> ...] [--force]
Permanently remove incidents. The CLI prompts for confirmation unless--forceis used.
New incident war-room commands
flashduty incident war-room create <incident_id> [--integration <id>] [--member <ids>] [--add-observers]
Create an IM war room. If--integrationis omitted, the CLI selects the first war-room-enabled IM integration.flashduty incident war-room list <incident_id> [--integration <id>]
List war rooms attached to an incident and discover chat/integration IDs.flashduty incident war-room get <chat_id> --integration <id>
Show war-room details for an IM chat.flashduty incident war-room delete <incident_id> --integration <id> [--force]
Delete the incident war room for an integration, with confirmation unless--forceis used.flashduty incident war-room add-member <chat_id> --integration <id> --member <ids>
Add person IDs to an existing war room.flashduty incident war-room default-observers <incident_id>
Preview historical responders that can be invited when creating a war room with--add-observers.
Help and safety improvements
- Added detailed help text and examples for new lifecycle and war-room commands.
- Documented destructive confirmation behavior for
incident removeandincident war-room delete. - Added lookup hints for person IDs and IM integration IDs.
SDK boundary
- Updated the CLI to use
github.com/flashcatcloud/flashduty-sdk v0.9.0. - Added
AGENTS.mdguidance that public API endpoint adapters should be implemented in the SDK first, not directly in the CLI.
Verification
go test -count=1 ./...
Flashduty CLI 1.1.2
Changelog
- 2cdd521 fix: align table columns correctly for CJK characters
Flashduty CLI 1.1.1
Flashduty CLI 1.1.0
Flashduty CLI 1.0.4
Changelog
- e848ccd feat: add whoami command and refactor login identity logic
Flashduty CLI 1.0.3
Changelog
- bdf58bc fix: support member-level app keys in login command
Flashduty CLI 1.0.2
Changelog
- a6f2d18 fix: use cached state for version check notification
Flashduty CLI 1.0.1
Changelog
- 36cac5a feat: show account info after login
Flashduty CLI 1.0.0
Flashduty CLI 0.6.0
Changelog
- 78bac36 feat: add statuspage migration url name flag