Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( JavaPath string PackPath string )
View Source
var BundleAllCommand = &cobra.Command{ Use: "bundle", Aliases: []string{"b"}, Short: "Create all bundles.", Long: `Create all bundles.`, SilenceUsage: true, RunE: func(cmd *cobra.Command, args []string) error { return all.Bundle() }, }
View Source
var CleanAllCommand = &cobra.Command{ Use: "clean", Aliases: []string{"c"}, Short: "Clean all artifacts.", Long: `Clean all artifacts.`, SilenceUsage: true, RunE: func(cmd *cobra.Command, args []string) error { return all.Clean() }, }
View Source
var InstallCommand = CreateInstallCommand()
View Source
var ListCommand = CreateListCommand()
View Source
var Port int
View Source
var ServeCommand = CreateServeCommand()
Functions ¶
func CreateInstallCommand ¶
func CreateListCommand ¶
func CreateServeCommand ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.