Team Commands
scc team
Section titled “scc team”List available team profiles (default).
scc teamSupports the same options as scc team list (e.g., --verbose, --sync).
scc team list
Section titled “scc team list”List available team profiles.
scc team list [OPTIONS]Options:
| Option | Description |
|---|---|
-v, --verbose | Show full descriptions |
-s, --sync | Sync team configs from organization |
--json | Output as JSON |
--pretty | Pretty-print JSON |
Examples:
# List teamsscc team list
# List with descriptionsscc team list --verbose
# Sync and listscc team list --syncscc team current
Section titled “scc team current”Show the currently selected team.
scc team current [OPTIONS]Options:
| Option | Description |
|---|---|
--json | Output as JSON |
--pretty | Pretty-print JSON |
scc team switch
Section titled “scc team switch”Switch to a different team profile.
scc team switch [TEAM_NAME] [OPTIONS]Arguments:
| Argument | Description |
|---|---|
TEAM_NAME | Team name (interactive picker if omitted) |
Options:
| Option | Description |
|---|---|
--non-interactive | Fail if team name not provided |
--json | Output as JSON |
--pretty | Pretty-print JSON |
Examples:
# Interactive pickerscc team switch
# Switch directlyscc team switch backend
# Automation modescc team switch frontend --non-interactivescc team info
Section titled “scc team info”Show detailed information about a team.
scc team info <TEAM_NAME> [OPTIONS]Arguments:
| Argument | Description |
|---|---|
TEAM_NAME | Team name to show details for |
Options:
| Option | Description |
|---|---|
--json | Output as JSON |
--pretty | Pretty-print JSON |
Output includes:
- Description
- Plugin list
- Marketplace info (if defined)
- Federation mode and config source (for federated teams)
- Trust grants (for federated teams)
scc team validate
Section titled “scc team validate”Validate team configuration against organization policies or validate a team config file.
scc team validate [TEAM_NAME] [OPTIONS]Arguments:
| Argument | Description |
|---|---|
TEAM_NAME | Team name to validate (defaults to current team if omitted) |
Options:
| Option | Description |
|---|---|
-f, --file | Validate a local team config file against the schema |
-v, --verbose | Show detailed validation output |
--json | Output as JSON |
--pretty | Pretty-print JSON |
Examples:
# Validate current teamscc team validate
# Validate specific teamscc team validate backend
# Validate a team config filescc team validate --file team-config.json
# Detailed validation outputscc team validate backend --verboseValidates:
- Plugin additions respect delegation and allowlists
- Security blocks (
blocked_plugins) are enforced - Trust grants are valid (for federated teams)
- Cache freshness is reported for federated teams
--filevalidates team config against the team schema