Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CmdPack = &commands.Command{ CustomFlags: true, UsageLine: "pack", Short: "Compresses a Beego application into a single file", Long: `Pack is used to compress Beego applications into a tarball/zip file. This eases the deployment by directly extracting the file to a server. {{"Example:"|bold}} $ bee pack -v -ba="-ldflags '-s -w'" `, PreRun: func(cmd *commands.Command, args []string) { version.ShowShortVersionBanner() }, Run: packApp, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.