packager

package
v0.0.0-...-e284291 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 10, 2023 License: GPL-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Verbose bool

	PackageCmd = &cobra.Command{
		Use:       "package [PATH_TO_YOUR_APPLICATION]",
		ValidArgs: []string{"tomcat", "docker"},
		Short:     "Package 📦 your Custom Application with Bonita",
		Long: `Package 📦 your Custom Application within a Bonita Tomcat Bundle or a Bonita Docker image.
The resulting package is self-contained and deploys itself entirely at startup without further manual operations`,
		Args: cobra.MatchAll(cobra.ExactArgs(1), cobra.OnlyValidArgs),

		Example: `$ bonita package tomcat /path/to/my-application.zip -b /path/to/bonita-bundle.zip
$ bonita package docker /path/to/my-application.zip --tag my-company/bonita-app:1.0.0`,
	}
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL