Updated
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
| Name | Short | Type | Default | Env | Description |
|---|---|---|---|---|---|
--target | str | Target a specific registry (auto-detected if omitted) | |||
--force | bool | Overwrite all files (ignore user customizations) | |||
--update | bool | Update scaffolding via three-way merge | |||
--private | bool | Scaffold for private repos (skip publish) | |||
--no-commit | bool | Skip auto-commit of scaffolded files | |||
--skip-shared | bool | Skip shared template processing | |||
--no-tag | bool | Disable ecosystem tagging for this invocation | |||
--dry-run | bool | Show planned changes without writing files or committing |