Skip to content

hype wins

List, show, edit, and delete your wins.

Terminal window
hype wins [options]
OptionTypeDefaultDescription
-s, --space <name>stringFilter by space name (case-insensitive)
-l, --last <duration>stringShow wins from the last period
-t, --tag <name>stringFilter by tag name
-n, --limit <count>number20Maximum number of wins to show

The --last flag accepts these duration formats:

ExampleMeaning
7dLast 7 days
2wLast 2 weeks
1mLast 1 month
24hLast 24 hours
Terminal window
# List your 20 most recent wins
hype wins
# Last week's wins
hype wins --last 7d
# Work wins from the last month
hype wins --space Work --last 1m
# Wins tagged "impact"
hype wins --tag impact --limit 50
# Combine filters
hype wins --space Work --tag launch --last 2w
Terminal window
hype wins show <id>

Win IDs are shown as short prefixes in hype wins output. You can use the prefix or the full UUID.

Terminal window
hype wins edit <id> --body "Updated text" --tags newtag
Terminal window
hype wins delete <id>