showbridge
0.6.10
Einfache Protokollrouter /s
Führen Sie • CLI-Nutzung • Konfigurationsdatei • Dokumente aus
npm install -g @showbridge/cli
showbridge -c config.json
npx @showbridge/cli@latest -c config.json
-h
, um andere verfügbare Flags anzuzeigennpm 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
Die Konfiguration des Showbridge-Routers wird vollständig durch eine JSON-Konfigurationsdatei gesteuert. Diese Datei kann von Hand erstellt oder über die im Launcher enthaltene Weboberfläche bearbeitet werden. Der Router wird NICHT mit einer ungültigen Konfigurationsdatei gestartet. Ich stelle einige Starter-/Beispielkonfigurationen zur Verfügung, die Sie sich ansehen können, um eine allgemeine Vorstellung davon zu bekommen, was sie beinhalten.
Ressourcen
Weitere Informationen zu Showbridge und seinem Innenleben finden Sie in der Dokumentation