rt endpoint release
rt › endpoint › release
Manually free a worktree's dev-endpoint claim(s) (escape hatch for a claim liveness can't clear)
Usage
rt endpoint release <worktree> [flags]
Arguments & flags
| Flag / Arg | Type | Default | Description |
|---|---|---|---|
<worktree> | text | Worktree whose claim(s) to release | |
--role | text | Only release this role; omit to release every role for the worktree | |
--json | boolean | false | Emit machine-readable JSON instead of a plain line |
See code: commands/endpoint.ts › endpointRelease