diff --git a/src/content/docs/run/cli.mdx b/src/content/docs/run/cli.mdx index 51dae8d..7781dd3 100644 --- a/src/content/docs/run/cli.mdx +++ b/src/content/docs/run/cli.mdx @@ -35,9 +35,10 @@ USAGE: showbridge [global options] GLOBAL OPTIONS: - --config string path to config file (default: "./config.yaml") - --log-level string set log level (default: "info") - --log-format string log format to use (default: "text") + --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 ``` \ No newline at end of file