feat(KB-073): add interactive port selection for dashboard command
- Add --interactive flag to CLI parser for kb dashboard\n- Implement promptForPort helper with port availability validation\n- Add comprehensive tests for interactive port prompting\n- Update help text, README, and STANDALONE.md documentation\n- Add changeset for the interactive port feature
This commit is contained in:
@@ -54,11 +54,19 @@ Then from the root of your repository:
|
||||
kb dashboard
|
||||
```
|
||||
|
||||
Or start with interactive port selection:
|
||||
|
||||
```bash
|
||||
kb dashboard --interactive
|
||||
```
|
||||
|
||||
Open [http://localhost:4040](http://localhost:4040) — create tasks from the board or the CLI.
|
||||
|
||||
### CLI commands
|
||||
|
||||
```bash
|
||||
kb dashboard # Start the web UI (default port 4040)
|
||||
kb dashboard --interactive # Start with interactive port selection
|
||||
kb task create "Fix the login redirect bug"
|
||||
kb task create "Button misaligned" --attach screenshot.png
|
||||
kb task list
|
||||
|
||||
Reference in New Issue
Block a user