Skip to content

cli: v0.7.0

Choose a tag to compare

@joshpanka joshpanka released this 08 Jul 19:01
4a42bad

0.7.0 (2026-07-08)

✨ Features

  • backfill — re-run a watch action over the previous step's passes (#163) (5485192)
    • magpie backfill submit / status / list: queue a re-run of an action over the items its previous step passed (or, for a chain-head action, the watch's own feed items), check a job's progress by id, and list past jobs. Scope the target with --action and a required time window; --replace regenerates that action's output and everything downstream, and --dry-run previews the size (matched / to-delete / to-enqueue) before committing. An interactive submit shows the preview and asks to confirm; a piped submit needs --yes.