Skip to content

CLI

  1. install

    • via go: go install github.com/jwetzell/showbridge-go/cmd/showbridge@latest

    • binaries

  2. create a config file (see config)

  3. run

    • showbridge --config config.yaml

    • see below for all flags

    • use the -h flag to see other available flags

NAME:
showbridge - Simple protocol router /s
USAGE:
showbridge [global options]
GLOBAL OPTIONS:
--config string path to config file (default: "./config.yaml") [$SHOWBRIDGE_CONFIG]
--log-level string set log level (default: "info") [$SHOWBRIDGE_LOG_LEVEL]
--log-format string log format to use (default: "text") [$SHOWBRIDGE_LOG_FORMAT]
--trace enable OpenTelemetry tracing [$SHOWBRIDGE_TRACE]
--help, -h show help
--version, -v print the version