cmd

package
v0.4.1 Latest Latest
Warning

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

Go to latest
Published: Mar 31, 2026 License: MIT Imports: 24 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute()

Execute is the main entrypoint called from main.go.

Types

type DevxConfig added in v0.2.4

type DevxConfig struct {
	Name      string               `yaml:"name"`      // Project name
	Domain    string               `yaml:"domain"`    // Custom domain (BYOD)
	Tunnels   []DevxConfigTunnel   `yaml:"tunnels"`   // List of ports to expose
	Databases []DevxConfigDatabase `yaml:"databases"` // List of databases to provision
}

type DevxConfigDatabase added in v0.4.1

type DevxConfigDatabase struct {
	Engine string `yaml:"engine"`
	Port   int    `yaml:"port"`
}

type DevxConfigTunnel added in v0.2.4

type DevxConfigTunnel struct {
	Name      string `yaml:"name"`       // Subdomain explicitly requested
	Port      int    `yaml:"port"`       // Local port to forward traffic towards
	BasicAuth string `yaml:"basic_auth"` // basic auth literal value 'user:pass'
}

Jump to

Keyboard shortcuts

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