Skip to main content

rt home remote set

rt › home › remote › set

Point the home repo at a remote and push, or create a private repo for it with gh

Usage​

rt home remote set [<url>] [flags]

Arguments & flags​

Flag / ArgTypeDefaultDescription
<url>textAn empty repo you own; omit with --create, or pipe {"url"} on stdin
--createbooleanfalseCreate a private repo with gh first, then use it as the remote
--nametextRepo name for --create (default mattstack-home)
--jsonbooleanfalseMachine-readable result

See code: commands/setup.ts › homeRemoteSet