dispatch status: list active-or-recent dispatches via cli-guard bump #133
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
coily dispatch statuswith no arguments lists only the single most recent dispatch. That is insufficient when several dispatches are in flight - especially withcascade(#132) fanning out many concurrent workers.Change
Bump cli-guard to pick up coilysiren/cli-guard#30: bare
dispatch statusnow lists every dispatch still running OR spawned within--since(default 1h), newest first, one line each. Running dispatches always show regardless of age.--alllists everything; targeting by ref or--pidstill renders the full block with log tail.No coily code change beyond the dependency bump - the status verb lives in the cli-guard dispatch package.