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
- Enabled plugins
- MCP servers
- Delegation settings
- Session configuration
- Config source (for federated teams)
scc team validate
Section titled “scc team validate”Validate team configuration against organization policies.
scc team validate <TEAM_NAME> [OPTIONS]Arguments:
| Argument | Description |
|---|---|
TEAM_NAME | Team name to validate |
Options:
| Option | Description |
|---|---|
-v, --verbose | Show detailed validation output |
--json | Output as JSON |
--pretty | Pretty-print JSON |
Examples:
# Validate team configscc team validate backend
# Detailed validation outputscc team validate backend --verboseValidates:
- Plugin references exist in approved marketplaces
- No blocked plugins are enabled
- MCP server URLs don’t match blocked patterns
- Trust grants are valid (for federated teams)
- Delegation settings are consistent