Skip to main content

rt team create

rt › team › create

Scaffold a fresh team zone (~/.mattstack/teams/<slug>) and set its remote — Install pushes it

Usage

rt team create <name> [flags]

Arguments & flags

Flag / ArgTypeDefaultDescription
<name>textTeam display name — slugified for the on-disk directory
--remotetextAn existing empty repo's URL
--create-repotextOwner (user or org) to create <owner>/mattstack-team-<slug> under via gh, instead of pasting --remote
--othersbooleanfalseMark the team as having members beyond you
--jsonbooleanfalseMachine-readable result

See code: commands/team.ts › teamCreate