mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-07-27 18:59:57 +00:00
TUN-3292: Mention cleanup in tunnel run help.
This commit is contained in:
@@ -302,6 +302,10 @@ func buildRunCommand() *cli.Command {
|
||||
Action: cliutil.ErrorHandler(runCommand),
|
||||
Usage: "Proxy a local web server by running the given tunnel",
|
||||
ArgsUsage: "TUNNEL-ID",
|
||||
Description: "Runs the tunnel, creating a high-availability connection between your server and the Cloudflare " +
|
||||
"edge. This command requires the tunnel credentials file created when `cloudflared tunnel create` was run, but " +
|
||||
"does not require the cert.pem from `cloudflared login`. If you experience problems running the tunnel, " +
|
||||
"`cloudflared tunnel cleanup` may help by removing any old connection records.",
|
||||
Hidden: hideSubcommands,
|
||||
Flags: []cli.Flag{forceFlag, credentialsFileFlag},
|
||||
}
|
||||
|
Reference in New Issue
Block a user