diff --git a/cmd/cloudflared/tunnel/teamnet_subcommands.go b/cmd/cloudflared/tunnel/teamnet_subcommands.go index 9a152317..89bda44f 100644 --- a/cmd/cloudflared/tunnel/teamnet_subcommands.go +++ b/cmd/cloudflared/tunnel/teamnet_subcommands.go @@ -37,6 +37,7 @@ func buildRouteIPSubcommand() *cli.Command { }, { Name: "show", + Aliases: []string{"list"}, Action: cliutil.ErrorHandler(showRoutesCommand), Usage: "Show the routing table", UsageText: "cloudflared tunnel [--config FILEPATH] route ip show [flags]",