Skip to main content
← Back to list
01Issue
FeatureShippedSwamp ClubPublic
Assigneesstack72

Relationships

#1652 Docs: document swamp workflow trigger set/get/remove commands

Opened by stack72 · 8/14/2026· Shipped 8/14/2026

Context

Adds swamp workflow trigger set/get/remove CLI commands for managing workflow trigger overrides in serve.yaml (follow-up to #1644).

What needs updating

  • Reference docs (workflows) — add reference documentation for the three new commands, their flags, and usage
  • How-to (run-workflows-on-a-schedule) — mention the CLI commands as an alternative to manually editing serve.yaml

Command reference

swamp workflow trigger set <name> --schedule <cron> [--input key=value ...]
swamp workflow trigger get <name>
swamp workflow trigger remove <name>

Key behaviors:

  • set uses replace semantics — each call writes the complete override entry
  • --schedule is required on set
  • get shows built-in trigger, override, and effective (merged) trigger
  • All commands are local-only (no --server support)
02Bog Flow
OPENTRIAGEDIN PROGRESSSHIPPED+ 1 MOREASSIGNED+ 4 MOREREVIEW+ 3 MOREPR_MERGED+ 1 MORENOTIFICATION_SKIPPED

Shipped

8/14/2026, 11:53:15 PM

Click a lifecycle step above to view its details.

03Sludge Pulse
stack72 assigned stack728/14/2026, 10:36:51 PM

Sign in to post a ripple.