rt release app
rt › release › app
Patch-release one served app end to end: qualify the path gate, write the notes, tag and verify
Usage
rt release app <name> [flags]
Arguments & flags
| Flag / Arg | Type | Default | Description |
|---|---|---|---|
<name> | text | Served app to release (board, chat, console, boxscore); omit on a terminal to pick one | |
--dry-run | boolean | false | Resolve and print the whole plan without changing anything |
--yes-notes | text | Approve the notes a stopped run showed, by the 12-character hash it printed; refused if the notes changed since | |
--json | boolean | false | Emit the release report as JSON; without --yes-notes it stops at notes not yet committed on main |
See code: commands/release.ts › releaseApp