hype log
Log a new win/achievement.
hype log <text> [options]Arguments
Section titled “Arguments”| Argument | Required | Description |
|---|---|---|
text | Yes | What you accomplished |
Options
Section titled “Options”| Option | Type | Default | Description |
|---|---|---|---|
-s, --space <name> | string | — | Space to log the win in (case-insensitive) |
-t, --tags <tags> | string | — | Comma-separated tags (e.g. impact,product) |
-d, --date <date> | string | today | Date of the win (YYYY-MM-DD) |
Examples
Section titled “Examples”# Basic winhype log "Fixed the login bug"
# Win with space and tagshype log "Launched the new pricing page" --space Work --tags launch,frontend
# Backdate a winhype 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-insensitively —
work,Work, andWORKall 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