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. Safe to run repeatedly -- merges template changes with your customizations. Use --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) | |||
--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 |