constants

package
v0.0.15 Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AllType           = "all"
	ConfigDir         = ".dev-env"
	ConfigFile        = "dev-env.json"
	ConnectType       = "connect"
	DefaultDockerFile = `
FROM debian:stretch
LABEL creator=dev-env
ENTRYPOINT ["/bin/bash"]
`
	DefaultEnvironment      = "main"
	DetachedOption          = "detached"
	DevEnvTag               = "dev_env"
	DockerFile              = "Dockerfile"
	EntrypointOption        = "--entrypoint"
	EnvironmentOption       = "environment"
	OutOfDateWarningsOption = "out-of-date-warnings"
	RunShellCommand         = "bash"
	RunSuffix               = "_run"
	RunType                 = "run"
	ShellCommandOption      = "-c"
	SpawnSuffix             = "_spawn"
	SpawnTailArgs           = "/dev/null"
	SpawnTailCommand        = "tail"
	SpawnTailOptions        = "-f"
	SpawnType               = "spawn"
	TypeOption              = "type"
)

Variables

View Source
var (
	DefaultContainerArgs = []string{"-v", "${PROJECTROOT}:/src", "-w", "/src"}
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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