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 設定ファイルによって完全に制御されます。このファイルは手動で作成することも、ランチャーに含まれる Web インターフェイスを介して編集することもできます。ルーターは無効な設定ファイルでは起動しません。何が必要なのかについての一般的なアイデアを得るために、いくつかのスターター/サンプル構成を提供します。
リソース
Showbridge とその内部動作の詳細については、ドキュメントを参照してください。