Skip to content

Session Commands

List recent sessions (team-scoped by default).

Terminal window
scc sessions [OPTIONS]

Aliases: scc session, scc session list

Options:

OptionDescription
-n, --limit NNumber of sessions to show (default: 10)
-t, --team TEAMFilter by team
--allShow sessions for all teams (ignore active team)
-s, --selectInteractive picker to select a session

Examples:

Terminal window
# List recent sessions for the active team
scc sessions
# Show more sessions
scc sessions --limit 20
# Interactive session picker (team-scoped)
scc sessions --select
# Show all teams
scc sessions --all
# Filter by a specific team
scc sessions --team backend

Output includes:

  • Session name
  • Workspace path
  • Last used time
  • Team profile

List SCC-managed Docker containers (alias of scc list).

Terminal window
scc container [--interactive]

Examples:

Terminal window
# List containers
scc container
# Interactive container picker
scc container --interactive

Manage work contexts (team + workspace associations).

Work contexts track which team profile you used with which workspace, enabling quick resume without re-selecting.

Clear stored work contexts.

Terminal window
scc context clear [OPTIONS]

Options:

OptionDescription
-y, --yesSkip confirmation prompt

Examples:

Terminal window
# Clear with confirmation
scc context clear
# Clear without confirmation
scc context clear --yes

When to clear contexts:

  • After switching teams
  • When context associations are incorrect
  • Before starting fresh with new setup