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 / Arg | Type | Default | Description |
|---|---|---|---|
<name> | text | Team display name — slugified for the on-disk directory | |
--remote | text | An existing empty repo's URL | |
--create-repo | text | Owner (user or org) to create <owner>/mattstack-team-<slug> under via gh, instead of pasting --remote | |
--others | boolean | false | Mark the team as having members beyond you |
--json | boolean | false | Machine-readable result |
See code: commands/team.ts › teamCreate