Skip to main content

rt repos reidentify

rt › repos › reidentify

Move every per-repo store from one remote identity to another after a repo rename (github.com/owner/old to github.com/owner/new)

Usage​

rt repos reidentify <old-identity> <new-identity> [flags]

Arguments & flags​

Flag / ArgTypeDefaultDescription
<old-identity>textThe identity every store is keyed on today; raw host/path or serialized remote: form
<new-identity>textThe identity the repo's remote derives now
--dry-runbooleanfalsePrint per-store counts without writing
--jsonbooleanfalseMachine-readable result

See code: commands/repos-reidentify.ts › reposReidentify