Skip to main content

rt settings unset

rt › settings › unset

Remove a setting from one authored store (the only supported way; hand-editing a store is not)

Usage

rt settings unset <key> [flags]

Arguments & flags

Flag / ArgTypeDefaultDescription
<key>textNamespaced settings key to remove
--scopeselectWhich store to remove it from
--repotextRepo name from ~/.mattstack/rt/repos.json — required for repo-scoped keys
--teamtextWhich team's local store to edit, for --scope team (only needed when several are cloned)

See code: commands/settings-keys.ts › settingsUnset