diff --git a/cmd/cloudflared/tunnel/cmd.go b/cmd/cloudflared/tunnel/cmd.go index 1f9df38b..8833e209 100644 --- a/cmd/cloudflared/tunnel/cmd.go +++ b/cmd/cloudflared/tunnel/cmd.go @@ -101,8 +101,7 @@ func Commands() []*cli.Command { buildLoginSubcommand(false), buildCreateCommand(), buildRouteCommand(), - // TODO TUN-5477 this should not be hidden - buildVirtualNetworkSubcommand(true), + buildVirtualNetworkSubcommand(false), buildRunCommand(), buildListCommand(), buildInfoCommand(),