CLI
-
install
-
via go:
go install github.com/jwetzell/showbridge-go/cmd/showbridge@latest
-
-
create a config file (see config)
-
run
-
showbridge --config config.yaml -
see below for all flags
-
use the
-hflag 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