Skip to content

Team Commands

List available team profiles (default).

Terminal window
scc team

Supports the same options as scc team list (e.g., --verbose, --sync).


List available team profiles.

Terminal window
scc team list [OPTIONS]

Options:

OptionDescription
-v, --verboseShow full descriptions
-s, --syncSync team configs from organization
--jsonOutput as JSON
--prettyPretty-print JSON

Examples:

Terminal window
# List teams
scc team list
# List with descriptions
scc team list --verbose
# Sync and list
scc team list --sync

Show the currently selected team.

Terminal window
scc team current [OPTIONS]

Options:

OptionDescription
--jsonOutput as JSON
--prettyPretty-print JSON

Switch to a different team profile.

Terminal window
scc team switch [TEAM_NAME] [OPTIONS]

Arguments:

ArgumentDescription
TEAM_NAMETeam name (interactive picker if omitted)

Options:

OptionDescription
--non-interactiveFail if team name not provided
--jsonOutput as JSON
--prettyPretty-print JSON

Examples:

Terminal window
# Interactive picker
scc team switch
# Switch directly
scc team switch backend
# Automation mode
scc team switch frontend --non-interactive

Show detailed information about a team.

Terminal window
scc team info <TEAM_NAME> [OPTIONS]

Arguments:

ArgumentDescription
TEAM_NAMETeam name to show details for

Options:

OptionDescription
--jsonOutput as JSON
--prettyPretty-print JSON

Output includes:

  • Description
  • Enabled plugins
  • MCP servers
  • Delegation settings
  • Session configuration
  • Config source (for federated teams)

Validate team configuration against organization policies.

Terminal window
scc team validate <TEAM_NAME> [OPTIONS]

Arguments:

ArgumentDescription
TEAM_NAMETeam name to validate

Options:

OptionDescription
-v, --verboseShow detailed validation output
--jsonOutput as JSON
--prettyPretty-print JSON

Examples:

Terminal window
# Validate team config
scc team validate backend
# Detailed validation output
scc team validate backend --verbose

Validates:

  • 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