Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DeployCmd = &cobra.Command{
Use: "deploy",
Short: "Perform services deployment",
PreRunE: preRun,
RunE: runRun,
}
DeployCmd runs the WeDeploy local infrastructure and / or a project or service
Functions ¶
func FilterServiceListFromProjectList ¶
func FilterServiceListFromProjectList(service string, list services.ServiceInfoList) (services.ServiceInfoList, error)
FilterServiceListFromProjectList using a given service ID as filter
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.