cmd

package
v1.0.20 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 8, 2026 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (

	// Version is set at build time via -ldflags
	Version = "dev"
)

Functions

func Execute

func Execute()

func GenerateAndInstallCerts

func GenerateAndInstallCerts(domains []string, certDir string, install bool) error

GenerateAndInstallCerts generates and optionally installs certs for domains Used by 'up' command

func ValidateSudo

func ValidateSudo() error

ValidateSudo prompts for sudo password and caches credentials

Types

type DockerContainerInfo

type DockerContainerInfo struct {
	Config struct {
		Labels map[string]string `json:"Labels"`
	} `json:"Config"`
	NetworkSettings struct {
		Networks map[string]struct {
			IPAddress string `json:"IPAddress"`
		} `json:"Networks"`
	} `json:"NetworkSettings"`
}

DockerContainerInfo for JSON parsing

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL