# paperdomo team Commands **Load this when**: You need team list, get, or cards command syntax. ```bash PD="python ~/.claude/skills/paper-dynasty/cli.py" ``` --- ## Commands ```bash $PD team list [--season N] # List all teams, optionally filtered by season $PD team get SKB # Get details for a specific team (by abbrev) $PD team cards SKB # List cards owned by a team ``` ## Examples ```bash $PD team list # All teams $PD team list --season 10 # Teams in season 10 $PD team get SKB # SKB team details $PD team cards SKB # SKB's card collection $PD team cards SKB --json # Machine-readable output ``` ## Global Options ```bash --env prod|dev # Environment (default: prod) --json # Output as JSON --verbose / -v # Show API request details ```