just --dry-run build

Category: Web App Development

just --dry-run build

Show what a recipe would run without executing

Prints every command that the build recipe would execute, without running any of them. The --dry-run flag is perfect for auditing a recipe before trusting it, or copying the exact commands into CI. Combine with -v for more detail.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.