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
Copy file name to clipboardExpand all lines: cmd/cloudflared/tunnel/subcommands.go
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -126,6 +126,12 @@ var (
126
126
Usage: "Inverts the sort order of the tunnel info.",
127
127
EnvVars: []string{"TUNNEL_INFO_INVERT_SORT"},
128
128
}
129
+
cleanupClientFlag=&cli.StringFlag{
130
+
Name: "connector-id",
131
+
Aliases: []string{"c"},
132
+
Usage: `Constraints the cleanup to stop the connections of a single Connector (by its ID). You can find the various Connectors (and their IDs) currently connected to your tunnel via 'cloudflared tunnel info <name>'.`,
0 commit comments