Skip to content

feat: add --dryRun flag for simulation mode#82

Open
zubeyralmaho wants to merge 1 commit intojotform:masterfrom
zubeyralmaho:feat/dry-run-flag
Open

feat: add --dryRun flag for simulation mode#82
zubeyralmaho wants to merge 1 commit intojotform:masterfrom
zubeyralmaho:feat/dry-run-flag

Conversation

@zubeyralmaho
Copy link

Adds a new --dryRun flag to simulate builds without execution.

Changes

  • Added -dr, --dryRun CLI option to Runner
  • When enabled, shows what would be built without executing
  • Added dryRun property to BuildParams type

Usage

zenith build --dryRun
zenith build -dr

- Add -dr, --dryRun flag to show what would be built without executing
- Display target, project filter, and build configuration
- List all projects that would be built with their dependencies
- Show summary with project count
- Provide guidance to remove flag to execute actual build
- Update BuildParams type to include dryRun option
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant