Examples
Examples
External Mutation
Dry-run performs discovery and validation without persistent mutation.
Command
reflow dockerizeCategory
Container Publishing
Quick Command
reflow dockerize [OPTIONS]1. Preview​
Terminal
bashreflow --dry-run -C ../project dockerizeResult: Shows operations.
2. Publish​
Terminal
bashreflow -C ../project dockerizeResult: Builds and pushes.
3. URL​
Terminal
bashreflow --repository-url https://github.com/acme/project.git dockerizeResult: Uses a managed clone.