list
List the ideas you can build, with their ids.
list shows your saved ideas (newest first) with the id each build
takes — so you can pick one without hunting through the site. Requires
login first.
npx @hackspot/cli list 2 ideas:
42 🚀 Pitch Coach (fit 87)
Real-time feedback on your demo delivery
41 🎧 Standup Sync (fit 79)
Async standups that write themselvesThe (fit N) is the idea's fit score for its event. Build one by passing its id:
npx @hackspot/cli build 42Flags
| Flag | Description |
|---|---|
--json | Print the raw idea list as JSON. |
--dev | Target http://localhost:3000. |
--base-url <url> | Target a custom base URL. |
Use --json to script against the list — it emits the full idea objects, not just
the summary lines.