hype wins
List, show, edit, and delete your wins.
List wins
Section titled “List wins”hype wins [options]Options
Section titled “Options”| Option | Type | Default | Description |
|---|---|---|---|
-s, --space <name> | string | — | Filter by space name (case-insensitive) |
-l, --last <duration> | string | — | Show wins from the last period |
-t, --tag <name> | string | — | Filter by tag name |
-n, --limit <count> | number | 20 | Maximum number of wins to show |
Duration format
Section titled “Duration format”The --last flag accepts these duration formats:
| Example | Meaning |
|---|---|
7d | Last 7 days |
2w | Last 2 weeks |
1m | Last 1 month |
24h | Last 24 hours |
Examples
Section titled “Examples”# List your 20 most recent winshype wins
# Last week's winshype wins --last 7d
# Work wins from the last monthhype wins --space Work --last 1m
# Wins tagged "impact"hype wins --tag impact --limit 50
# Combine filtershype wins --space Work --tag launch --last 2wShow a specific win
Section titled “Show a specific win”hype wins show <id>Win IDs are shown as short prefixes in hype wins output. You can use the prefix or the full UUID.
Edit a win
Section titled “Edit a win”hype wins edit <id> --body "Updated text" --tags newtagDelete a win
Section titled “Delete a win”hype wins delete <id>