cmd

package
v0.0.0-alpha-26 Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2025 License: MIT Imports: 36 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute() error

Execute adds all child commands to the root command and sets flags appropriately.

func SetVersionInfo

func SetVersionInfo(v, c, d string)

SetVersionInfo sets version information for the CLI

Types

type GitHubRelease

type GitHubRelease struct {
	TagName string `json:"tag_name"`
	Name    string `json:"name"`
	Assets  []struct {
		Name               string `json:"name"`
		BrowserDownloadURL string `json:"browser_download_url"`
	} `json:"assets"`
}

type TraefikAction added in v0.1.1

type TraefikAction string

TraefikAction represents an action to perform on Traefik

const (
	TraefikActionStart   TraefikAction = "start"
	TraefikActionStop    TraefikAction = "stop"
	TraefikActionRestart TraefikAction = "restart"
	TraefikActionInfo    TraefikAction = "info"
)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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