From 1a92f1acfe6e1967df54368e2d5359c5900d8978 Mon Sep 17 00:00:00 2001 From: Sudarsan Reddy Date: Fri, 21 Jan 2022 10:23:09 +0000 Subject: [PATCH] TUN-5477: Unhide vnet commands --- cmd/cloudflared/tunnel/cmd.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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(),