Skip to content

hype log

Log a new win/achievement.

Terminal window
hype log <text> [options]
ArgumentRequiredDescription
textYesWhat you accomplished
OptionTypeDefaultDescription
-s, --space <name>stringSpace to log the win in (case-insensitive)
-t, --tags <tags>stringComma-separated tags (e.g. impact,product)
-d, --date <date>stringtodayDate of the win (YYYY-MM-DD)
Terminal window
# Basic win
hype log "Fixed the login bug"
# Win with space and tags
hype log "Launched the new pricing page" --space Work --tags launch,frontend
# Backdate a win
hype log "Gave a talk at the conference" --space Personal --date 2026-02-28
  • The body is sent as markdown format automatically
  • Space names are matched case-insensitivelywork, Work, and WORK all match the same space
  • If the space is not found, the CLI shows available spaces and exits with an error
  • Tags are created automatically if they don’t exist yet