File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 9595 Usage : "Inverts the sort order of the tunnel list." ,
9696 EnvVars : []string {"TUNNEL_LIST_INVERT_SORT" },
9797 }
98- forceFlag = altsrc .NewBoolFlag (& cli.BoolFlag {
99- Name : "force" ,
100- Aliases : []string {"f" },
101- Usage : "By default, if a tunnel is currently being run from a cloudflared, you can't " +
102- "simultaneously rerun it again from a second cloudflared. The --force flag lets you " +
103- "overwrite the previous tunnel. If you want to use a single hostname with multiple " +
104- "tunnels, you can do so with Cloudflare's Load Balancer product." ,
105- })
10698 featuresFlag = altsrc .NewStringSliceFlag (& cli.StringSliceFlag {
10799 Name : "features" ,
108100 Aliases : []string {"F" },
@@ -616,7 +608,6 @@ func renderOutput(format string, v interface{}) error {
616608
617609func buildRunCommand () * cli.Command {
618610 flags := []cli.Flag {
619- forceFlag ,
620611 credentialsFileFlag ,
621612 credentialsContentsFlag ,
622613 postQuantumFlag ,
You can’t perform that action at this time.
0 commit comments