From 27507ab19296c37d6fde55628c311ef695a91be8 Mon Sep 17 00:00:00 2001 From: Adam Chalmers Date: Thu, 25 Feb 2021 19:21:42 -0600 Subject: [PATCH] TUN-3970: Route ip show has alias route ip list --- cmd/cloudflared/tunnel/teamnet_subcommands.go | 1 + 1 file changed, 1 insertion(+) 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]",