Files
2026-02-07 15:46:17 -08:00
..
2026-02-07 15:46:17 -08:00
2025-10-04 11:49:32 -07:00
2025-12-31 10:04:27 -06:00
2025-12-31 10:04:27 -06:00
2025-12-31 10:04:27 -06:00
2025-12-31 10:04:27 -06:00

client/command/reaction

Overview

Implements the 'reaction' command group for the Sliver client console. Handlers map Cobra invocations to reaction workflows such as reload, save, SET, and unset.

Go Files

  • commands.go Wires the reaction command set for automations and triggers.
  • helpers.go Supplies shared lookup and persistence helpers for reaction rules.
  • reaction.go Lists existing reactions and displays their trigger conditions.
  • reload.go Reloads reaction definitions from disk into the client runtime.
  • save.go Persists in-memory reaction definitions back to disk.
  • set.go Creates or modifies reaction rules interactively.
  • unset.go Removes configured reaction rules from the store.