yatr <COMMAND>
Commands:
run Run one or more tasks
list List available tasks
watch Watch for changes and re-run
graph Show the task dependency graph
affected List tasks affected by changes since a git ref
cache Manage the task cache
init Create a yatr.toml template
check Validate yatr.toml (referenced files, config smells)
schema Print the JSON Schema for yatr.toml
lsp Run the yatr.toml language server (LSP over stdio)
yatr run [TASKS]... [OPTIONS]
--dry-run Show the execution plan without running
--force Ignore the cache
--parallel <N> Limit parallelism (0 = auto)
--shell Use a shell to execute commands
--json Structured JSON output instead of human output
--profile <PATH> Write a Chrome trace of the run
--affected <GIT_REF> Only run tasks affected by changes since the ref
--trace-io Warn when a task writes outside its declared `outputs`