cmd

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: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// Version is overridden via build flag: -ldflags="-X 'github.com/bonitasoft/bonita-application-packager/cmd.Version=0.0.8'"
	// convention is <module_name>/<package>/<sub-package>.<VarNameToOverride>
	Version = "development"

	RootCmd = &cobra.Command{
		Use:   "bonita <command> [flags]",
		Short: "Bonita CLI",
		Long: `This tool allows to build a Bonita Tomcat bundle or a Bonita Docker image containing your custom application.

Complete usage available at https://github.com/bonitasoft/bonita-application-packager`,

		Example: `$ bonita package tomcat /path/to/my-application.zip
$ bonita package docker /path/to/my-application.zip`,

		Version: Version,
	}
)

Functions

func Execute

func Execute()

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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