Documentation ¶
Index ¶
- Variables
- func LogError(err *Error, checkLogMessage string)
- func NewApp() *cli.App
- func NewBuildCommand(action func(*cli.Context) error) *cli.Command
- func NewValidateCommand(action func(*cli.Context) error) *cli.Command
- func NewVersionCommand(action func(*cli.Context) error) *cli.Command
- type BuildFlags
- type Error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DefinitionFileFlag = &cli.StringFlag{ Name: "definition-file", Usage: "Name of the image definition file", Destination: &BuildArgs.DefinitionFile, } ConfigDirFlag = &cli.StringFlag{ Name: "config-dir", Usage: "Full path to the image configuration directory", Value: "/eib", Destination: &BuildArgs.ConfigDir, } )
Functions ¶
func NewBuildCommand ¶
func NewBuildCommand(action func(*cli.Context) error) *cli.Command
func NewValidateCommand ¶
func NewValidateCommand(action func(*cli.Context) error) *cli.Command
func NewVersionCommand ¶ added in v1.0.2
func NewVersionCommand(action func(*cli.Context) error) *cli.Command
Types ¶
type BuildFlags ¶
var BuildArgs BuildFlags
Click to show internal directories.
Click to hide internal directories.