Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "lanup", Short: "lanup - Expose local services on your LAN", Long: `lanup is a CLI tool that automatically exposes your local backend services on your local network. It detects your local IP address, updates environment variables, and allows you to test your applications from any device on the same network without manual configuration.`, Version: Version, PersistentPreRunE: func(cmd *cobra.Command, args []string) error { return initConfig() }, }
RootCmd represents the base command
View Source
var (
// Version information (set during build)
Version = "dev"
)
Functions ¶
func GetGlobalConfig ¶
func GetGlobalConfig() *config.GlobalConfig
GetGlobalConfig returns the loaded global configuration
Types ¶
type HealthCheck ¶
HealthCheck represents the result of a health check
Click to show internal directories.
Click to hide internal directories.