Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Cmd is the command 'deploy' which runs modules deployment to the Liferay bundle Cmd = &cobra.Command{ Use: "deploy", Short: "Shortcut to deploy your modules using Gradle or Maven", Args: cobra.NoArgs, Run: run, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.