Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DryRun bool
View Source
var NonInteractive bool
Functions ¶
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 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'
Throttle string `yaml:"throttle"` // traffic shaping profile e.g. '3g'
}
Source Files
¶
- agent.go
- butane.go
- cloud.go
- cloud_list.go
- cloud_rm.go
- cloud_spawn.go
- cloudflared.go
- config.go
- config_pull.go
- config_push.go
- config_validate.go
- db.go
- db_list.go
- db_rm.go
- db_snapshot.go
- db_spawn.go
- doctor.go
- exec.go
- expose.go
- exposures.go
- init.go
- inspect.go
- logs.go
- podman.go
- root.go
- run.go
- secrets.go
- shell.go
- sites.go
- ssh.go
- status.go
- tailscale.go
- teardown.go
- tunnel.go
- unexpose.go
- up.go
- update_tunnel.go
- upgrade.go
- version.go
- vm.go
- vm_autoresume.go
- vm_resize.go
- vm_sleep.go
- vm_sleepwatch.go
Click to show internal directories.
Click to hide internal directories.