Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var InitCmd = &cobra.Command{ Use: "init", Short: fmt.Sprintf("Init a new %s tunnel configuration file", tunnel.TunnelConfigFile), Long: fmt.Sprintf("This command initializes a new %s tunnel configuration file with default settings.", tunnel.TunnelConfigFile), RunE: execInit, }
View Source
var RunCmd = &cobra.Command{
Use: "run",
Short: "Deploy and run a Cloudflare tunnel",
Long: "Deploy and run a Cloudflare tunnel with the specified configuration. This command will create the tunnel, set up DNS records, and start the tunnel service.",
RunE: execRun,
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.