Skip to content

feat: add and implement verbosity option to run step#78

Merged
LorisRue merged 1 commit into
masterfrom
feat-77-silence-option-for-run-step
May 20, 2026
Merged

feat: add and implement verbosity option to run step#78
LorisRue merged 1 commit into
masterfrom
feat-77-silence-option-for-run-step

Conversation

@LorisRue

Copy link
Copy Markdown
Collaborator

Summary

Adds a verbosity option to run step to control the amount of output the user get when running it the template.

Type of Change

  • 🐛 Bug fix (non-breaking change that fixes an issue)
  • ✨ New feature (non-breaking change that adds functionality)
  • 🧩 New template / stack support
  • 💥 Breaking change (fix or feature that would cause existing functionality to change)
  • 📚 Documentation update
  • 🔧 Chore / dependency update

Related Issue

Closes #77

Changes Made

  • add verbosity property to runs step schema
  • add verbosity option to run command adapter
  • test verbosity

Testing

  • Ran npm run build — no errors
  • Ran npm run lint — no lint errors
  • Tested the CLI manually with npm link + projgen
  • Tested on: Windows 11

Checklist

  • My code follows the project's style (npm run lint passes)
  • I have added / updated relevant documentation or comments
  • My changes do not introduce new warnings
  • I have read CONTRIBUTING.md

@LorisRue LorisRue self-assigned this May 20, 2026
@LorisRue LorisRue added the enhancement New feature or request label May 20, 2026
@LorisRue LorisRue linked an issue May 20, 2026 that may be closed by this pull request
2 tasks
@LorisRue LorisRue merged commit e7fcadd into master May 20, 2026
2 checks passed
@LorisRue LorisRue deleted the feat-77-silence-option-for-run-step branch May 20, 2026 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

silence option for run step

1 participant