Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bundle ¶
type DependencyPolicy ¶ added in v0.4.0
type DotenvConfig ¶
type EnvironmentBlueprint ¶ added in v0.4.0
type EnvironmentBlueprint struct {
Version int
Name string
Variables map[string]string
Before []string
Targets []EnvironmentTarget
DependencyPolicy DependencyPolicy
ReloadPolicy ReloadPolicy
}
type EnvironmentDependency ¶ added in v0.4.0
type EnvironmentTarget ¶ added in v0.4.0
type FailedTarget ¶
type ReloadPolicy ¶ added in v0.4.0
type ResolvedEnvironment ¶ added in v0.4.0
type ResolvedEnvironment struct {
Name string
Variables map[string]string
Targets []EnvironmentTarget
Dependencies []EnvironmentDependency
ReloadPolicy ReloadPolicy
}
type Result ¶
type Result struct {
Executed []string
Skipped []string
Failed []FailedTarget
Duration time.Duration
}
type Target ¶
type TargetConfig ¶
type TargetConfig struct {
WorkingDir string
Dotenv DotenvConfig
Reload bool
Ignore []string
Index *int
}
Click to show internal directories.
Click to hide internal directories.