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:
5
.changeset/add-interactive-port-prompt.md
Normal file
5
.changeset/add-interactive-port-prompt.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@dustinbyrne/kb": minor
|
||||
---
|
||||
|
||||
Add `--interactive` flag to `kb dashboard` command for interactive port selection. When used, the CLI prompts the user to specify a port number with 4040 as the default. Supports input validation and graceful handling of invalid ports.
|
||||
Reference in New Issue
Block a user