fyrer run executes one or more tasks from your fyrer.yml, resolves the dependency graph, runs tasks concurrently at each level, and streams output to an interactive TUI or plain log mode.
Synopsis
Arguments and flags
string
Optional task specifier. Three forms:
- (empty) — run every task in every package
build— run thebuildtask in every package that has oneweb:dev— run exactly thedevtask in thewebpackage
flag
Print plain, prefixed, colorized log output instead of opening the full-screen TUI. Useful in CI environments and when piping output.
string
default:"fyrer.yml"
Path to the config file. Resolved relative to the current directory.
Examples
TUI controls
Run summary
When a run completes, a popup shows success / failure / cached / skipped counts and total duration.Persistent tasks (dev servers) keep running until you quit. Press
q or Ctrl+C to stop all tasks gracefully.
