- Update agents/issue-worker.md - Update plugins/blocklist.json, installed_plugins.json, known_marketplaces.json - Update plugins/marketplaces/claude-plugins-official - Add skills/paper-dynasty/reference/cli-overview.md and cli/ directory Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
60 lines
2.1 KiB
Markdown
60 lines
2.1 KiB
Markdown
# Paper Dynasty CLI Overview
|
|
|
|
**Load this when**: You need to know which CLI command to use. Load the linked file for full syntax and flags.
|
|
|
|
---
|
|
|
|
## Global Options
|
|
|
|
These apply to all `paperdomo` commands:
|
|
|
|
```bash
|
|
--env prod|dev # Environment (default: prod)
|
|
--json # Output as JSON
|
|
--verbose / -v # Show API request details
|
|
--yes / -y # Skip confirmation for destructive operations
|
|
```
|
|
|
|
---
|
|
|
|
## paperdomo Command Groups
|
|
|
|
**Shell alias**: `paperdomo` | **Full path**: `python ~/.claude/skills/paper-dynasty/cli.py`
|
|
|
|
| Command Group | What it does | Details |
|
|
|---------------|-------------|---------|
|
|
| `status` | Packs opened today summary | (inline — no subfile needed) |
|
|
| `health` | API health check | (inline — no subfile needed) |
|
|
| `team` | List teams, get details, view team cards | Load `cli/team.md` |
|
|
| `pack` | List packs, today's analytics, distribute to teams | Load `cli/pack.md` |
|
|
| `player` | Get player by ID, list/filter players | Load `cli/player.md` |
|
|
| `gauntlet` | List runs, list teams, cleanup gauntlet teams | Load `cli/gauntlet.md` |
|
|
|
|
```bash
|
|
# Quick inline commands (no extra file needed)
|
|
python ~/.claude/skills/paper-dynasty/cli.py status # Packs opened today
|
|
python ~/.claude/skills/paper-dynasty/cli.py health # API health check
|
|
```
|
|
|
|
---
|
|
|
|
## pd-cards Command Groups
|
|
|
|
**Location**: `/mnt/NV2/Development/paper-dynasty/card-creation`
|
|
|
|
| Command Group | What it does | Details |
|
|
|---------------|-------------|---------|
|
|
| `custom` | List, preview, submit, create custom cards | Load `cli/pd-cards.md` |
|
|
| `scouting` | Generate scouting reports for batters/pitchers | Load `cli/pd-cards.md` |
|
|
| `retrosheet` | Process season stats, validate positions, arm/defense ratings | Load `cli/pd-cards.md` |
|
|
| `upload` | S3 uploads, refresh card images, validate | Load `cli/pd-cards.md` |
|
|
| `live-series` | Update and check live series status | Load `cli/pd-cards.md` |
|
|
|
|
---
|
|
|
|
## Quick Status Reference
|
|
|
|
- **Current Live Cardset**: 27 (2005 Live)
|
|
- **Default Pack Type**: 1 (Standard)
|
|
- **Rarities**: Replacement < Reserve < Starter < All-Star < MVP < Hall of Fame
|