showbridge
0.6.10
簡單協定路由器
運行 • CLI 用法 • 設定檔 • 文檔
npm install -g @showbridge/cli
showbridge -c config.json
npx @showbridge/cli@latest -c config.json
-h
標誌查看其他可用標誌npm install && npm run install:all
cd cli && npm run start -- -c config.json
cd launcher
npm run start
Usage: @showbridge/cli [options]
Simple protocol router /s
Options:
-V, --version output the version number
-c, --config <path> location of config file
-v, --vars <path> location of file containing vars
-w, --webui <path> location of webui html to serve
--disable-action <action-type...> action type(s) to disable
--disable-protocol <protocol-type...> protocol type(s) to disable
--disable-trigger <trigger-type...> trigger type(s) to disable
--disable-transform <transform-type...> transform type(s) to disable
-l, --log-level <level> log level (choices: "trace", "debug", "info", "warn", "error", "fatal", default: "info")
-h, --help display help for command
showbridge 路由器的設定完全由 JSON 設定檔控制。該文件可以手動製作或透過啟動器附帶的網路介面進行編輯。路由器不會以無效的設定檔啟動。我確實提供了一些入門/範例配置供您查看,以大致了解其中的含義。
資源
有關 showbridge 及其內部工作原理的更多信息,請查看文檔