@hesed/webui
v0.2.11
Published
Web UI to browse and execute commands
Readme
webui
Web UI to browse and execute commands
Install
sdkck plugins install @hesed/webuiUsage
$ npm install -g @hesed/webui
$ webui COMMAND
running command...
$ webui (--version)
@hesed/webui/0.2.11 linux-x64 node-v24.16.0
$ webui --help [COMMAND]
USAGE
$ webui COMMAND
...Commands
webui webui
Web UI to browse and execute commands
USAGE
$ webui webui [--host <value>] [--open] [-p <value>]
FLAGS
-p, --port=<value> [default: 4040] Port to listen on.
--host=<value> [default: 127.0.0.1] Host interface to bind.
--open Open the UI in the default browser once the server is ready.
DESCRIPTION
Web UI to browse and execute commands
EXAMPLES
$ webui webui
$ webui webui --port 8080 --open
$ webui webui --host 0.0.0.0See code: src/commands/webui.ts
