Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var InitCmd = &cobra.Command{
Use: "init",
Short: "Create a new moley.yml tunnel configuration file",
Long: "Creates a new moley.yml tunnel configuration file with default settings. This is the first step to get started with moley.",
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.