We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c196679 commit 1a92f1aCopy full SHA for 1a92f1a
cmd/cloudflared/tunnel/cmd.go
@@ -101,8 +101,7 @@ func Commands() []*cli.Command {
101
buildLoginSubcommand(false),
102
buildCreateCommand(),
103
buildRouteCommand(),
104
- // TODO TUN-5477 this should not be hidden
105
- buildVirtualNetworkSubcommand(true),
+ buildVirtualNetworkSubcommand(false),
106
buildRunCommand(),
107
buildListCommand(),
108
buildInfoCommand(),
0 commit comments