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 scaffold-managed files, discarding any user customizations | |||
--private | bool | Generate workflows without publish steps, suitable for private repositories | |||
--no-commit | bool | Write scaffolded files to disk without auto-committing them | |||
--skip-shared | bool | Skip processing of shared workflow templates across targets | |||
--no-tag | bool | Do not add or update the rlsbl GitHub topic tag on this invocation |