You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: `Creates a tunnel, registers it with Cloudflare edge and generates credential file used to run this tunnel.
@@ -190,7 +190,7 @@ func writeTunnelCredentials(
190
190
funcbuildListCommand() *cli.Command {
191
191
return&cli.Command{
192
192
Name: "list",
193
-
Action: cliutil.Action(listCommand),
193
+
Action: cliutil.ConfiguredAction(listCommand),
194
194
Usage: "List existing tunnels",
195
195
UsageText: "cloudflared tunnel [tunnel command options] list [subcommand options]",
196
196
Description: "cloudflared tunnel list will display all active tunnels, their created time and associated connections. Use -d flag to include deleted tunnels. See the list of options to filter the list",
Description: "cloudflared tunnel delete will delete tunnels with the given tunnel UUIDs or names. A tunnel cannot be deleted if it has active connections. To delete the tunnel unconditionally, use -f flag.",
Usage: "Define which traffic routed from Cloudflare edge to this tunnel: requests to a DNS hostname, to a Cloudflare Load Balancer, or traffic originating from Cloudflare WARP clients",
0 commit comments