Documentation
¶
Index ¶
- func BuildWithTask(filePath, projectName string, task *task.Task) error
- func Down(filePath string, projectName ...string) (string, error)
- func DownAndUp(filePath string, projectName ...string) (string, error)
- func GetComposeImages(filePath string, projectName ...string) ([]string, error)
- func Operate(filePath, operation string, projectName ...string) (string, error)
- func PullComposeImages(filePath string, forcePull bool, task *task.Task, projectName ...string) error
- func Restart(filePath string, projectName ...string) (string, error)
- func Stop(filePath string, projectName ...string) (string, error)
- func Up(filePath string, projectName ...string) (string, error)
- func UpWithTask(filePath string, task *task.Task, forcePull bool, projectName ...string) error
- func UpWithoutPull(filePath string, projectName ...string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetComposeImages ¶
func PullComposeImages ¶
func UpWithTask ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.