## Title Add `--dry-run` option to `scaffold` commands ## Why Users may want to preview what files will be created. ## Example: `python -m cli.devopsos scaffold gha --dry-run` ## Output: Would create: `.github/workflows/my-app-complete.yml`
Title
Add
--dry-runoption toscaffoldcommandsWhy
Users may want to preview what files will be created.
Example:
python -m cli.devopsos scaffold gha --dry-runOutput:
Would create:
.github/workflows/my-app-complete.yml