Skip to main content
fyrer plan resolves the task dependency graph and prints the execution order — without running anything. Use it to verify that dependencies are wired correctly before a run.

Synopsis

Arguments

string
Optional task specifier. Same forms as fyrer run: empty (all tasks), bare task name, or package:task.
string
default:"fyrer.yml"
Path to the config file.

Example output

fyrer plan prints the resolved execution graph grouped by level. Tasks at the same level have no dependencies on each other and will run concurrently:

Examples

Run fyrer plan in CI before fyrer run to catch dependency errors early.