@forge/cli

12.22.0-experimental-04cc2b912.23.0-next.7-experimental-44b7a12
out/command-line/register-tunnel-commands.js
~out/command-line/register-tunnel-commands.jsModified
+1
Index: package/out/command-line/register-tunnel-commands.js
===================================================================
--- package/out/command-line/register-tunnel-commands.js
+++ package/out/command-line/register-tunnel-commands.js
@@ -10,8 +10,9 @@
         .environmentOption()
         .option('-d, --debug', cli_shared_1.Text.tunnel.optionDebugger)
         .option('-f,--debugFunctionHandlers <debugFunctionHandlers...>', cli_shared_1.Text.tunnel.functionHandlers)
         .option('-p,--debugStartingPort [debugStartingPort]', cli_shared_1.Text.tunnel.debuggerPort, cli_shared_1.defaultDebugStartingPort.toString())
+        .option('-h,--debugHost [debugHost]', cli_shared_1.Text.tunnel.debuggerHost, cli_shared_1.defaultDebugHost)
         .option('-n, --no-verify', 'disable pre-tunnel checks');
     const isSelfManagedTunnelEnabled = await statsigService.isSelfManagedTunnelEnabled();
     if (isSelfManagedTunnelEnabled) {
         tunnelCmd