showbridge
0.6.10
Enrutador /es de protocolo simple
Ejecutar • Uso de CLI • Archivo de configuración • Documentos
npm install -g @showbridge/cli
showbridge -c config.json
npx @showbridge/cli@latest -c config.json
-h
para ver otros indicadores disponiblesnpm 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
La configuración del enrutador showbridge está completamente controlada por un archivo de configuración JSON. Este archivo se puede crear a mano o editar a través de la interfaz web incluida con el iniciador. El enrutador NO se iniciará con un archivo de configuración no válido. Proporciono algunas configuraciones iniciales/de ejemplo para ver y tener una idea general de lo que implica.
Recursos
Para obtener más información sobre showbridge y su funcionamiento interno, consulte la documentación.