Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ConfigPath string
Functions ¶
func GetAfterFunc ¶
func GetBeforeFunc ¶
func GetEnvForCommand ¶
func ParseGlobalConfig ¶
func ParseGlobalConfig()
Types ¶
type Config ¶
type Config struct {
// Global Configuration
Env map[string]string `env,omitempty`
Before []string `before,omitempty`
After []string `after,omitempty`
GoRun bool `gorun,omitempty`
// Configuration for Commands
Start ContextConfig `start,omitempty`
Stop ContextConfig `stop,omitempty`
Restart ContextConfig `restart,omitempty`
Ps ContextConfig `ps,omitempty`
Logs ContextConfig `logs,omitempty`
Test ContextConfig `test,omitempty`
}
Click to show internal directories.
Click to hide internal directories.