Documentation ¶
Index ¶
- func LoadConfigFile() (*config.LedoFile, error)
- func ResolveRootPath(configFile string) string
- type LedoContext
- func (lx *LedoContext) ExecCmd(cmd string, cmdArgs []string) error
- func (lx *LedoContext) ExecCmdOutput(cmd string, cmdArgs []string) ([]byte, error)
- func (lx *LedoContext) ExecCmdSilent(cmd string, cmdArgs []string) error
- func (lx *LedoContext) GetRuntimeCommand() string
- func (lx *LedoContext) GetRuntimeCompose() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadConfigFile ¶
func ResolveRootPath ¶
Types ¶
type LedoContext ¶
type LedoContext struct { *cli.Context Config *config.LedoFile ComposeArgs []string Mode mode.Mode }
func InitCommand ¶
func InitCommand(ctx *cli.Context) *LedoContext
func (*LedoContext) ExecCmdOutput ¶
func (lx *LedoContext) ExecCmdOutput(cmd string, cmdArgs []string) ([]byte, error)
func (*LedoContext) ExecCmdSilent ¶
func (lx *LedoContext) ExecCmdSilent(cmd string, cmdArgs []string) error
func (*LedoContext) GetRuntimeCommand ¶
func (lx *LedoContext) GetRuntimeCommand() string
func (*LedoContext) GetRuntimeCompose ¶
func (lx *LedoContext) GetRuntimeCompose() string
Click to show internal directories.
Click to hide internal directories.