Skip to content

Commit 1a92f1a

Browse files
TUN-5477: Unhide vnet commands
1 parent c196679 commit 1a92f1a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cmd/cloudflared/tunnel/cmd.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ func Commands() []*cli.Command {
101101
buildLoginSubcommand(false),
102102
buildCreateCommand(),
103103
buildRouteCommand(),
104-
// TODO TUN-5477 this should not be hidden
105-
buildVirtualNetworkSubcommand(true),
104+
buildVirtualNetworkSubcommand(false),
106105
buildRunCommand(),
107106
buildListCommand(),
108107
buildInfoCommand(),

0 commit comments

Comments
 (0)