Skip to main content
Use the --dry flag to preview the execution of tasks without actually running them. This is useful for debugging and verifying what actions will be taken before executing a task.
task --dry <task-name>
Dry run mode is great for reviewing tasks that modify files, run deployments, or execute destructive commands — before you commit to running them.

Build docs developers (and LLMs) love