TUN-5477: Unhide vnet commands

This commit is contained in:
Sudarsan Reddy 2022-01-21 10:23:09 +00:00
parent c196679bc7
commit 1a92f1acfe
1 changed files with 1 additions and 2 deletions

View File

@ -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(),