rlsbl v0.40.1 /rlsbl scaffold

Generate or three-way-merge CI workflows, git hooks, license, and changelog scaffolding for the detected release target ecosystem.

#rlsbl scaffold

Generate or update CI/CD workflows, git hooks, changelog, and license files for the detected release target. Use --update for three-way merge preserving customizations, or --force to overwrite all files.

#Flags

Flags
NameShortTypeDefaultEnvDescription
--targetstrTarget a specific registry (auto-detected if omitted)
--forceboolOverwrite all files (ignore user customizations)
--updateboolUpdate scaffolding via three-way merge
--privateboolScaffold for private repos (skip publish)
--no-commitboolSkip auto-commit of scaffolded files
--skip-sharedboolSkip shared template processing
--no-tagboolDisable ecosystem tagging for this invocation
--dry-runboolShow planned changes without writing files or committing