rt home claim
rt › home › claim
Claim a zone so the daemon leaves it for you to commit by hand
Usage
rt home claim <zone> [flags]
Arguments & flags
| Flag / Arg | Type | Default | Description |
|---|---|---|---|
<zone> | text | Path (relative to the home repo) the daemon should stop auto-committing — a directory (prefs/) or a single file (scripts/deploy.sh) | |
--owner | text | Defaults to <you>@<machine-key> | |
--note | text | Optional free-text reason, visible to anyone reading the owners file | |
--force | boolean | false | Reassign a zone already claimed by someone else |
See code: commands/home.ts › homeClaim