Documentation
¶
Index ¶
- func RunBuild(args []string, params *BuildCommandParams) error
- func RunParse(args []string, params *ParseCommandParams) error
- func RunPush(args []string, params *PushCommandParams) error
- func RunTemplate(args []string, params *TemplateCommandParams) error
- func RunTest(args []string, params *TestCommandParams) error
- type BuildCommandParams
- type ParseCommandParams
- type PushCommandParams
- type TemplateCommandParams
- type TestCommandParams
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunBuild ¶
func RunBuild(args []string, params *BuildCommandParams) error
func RunParse ¶
func RunParse(args []string, params *ParseCommandParams) error
func RunPush ¶
func RunPush(args []string, params *PushCommandParams) error
func RunTemplate ¶
func RunTemplate(args []string, params *TemplateCommandParams) error
func RunTest ¶
func RunTest(args []string, params *TestCommandParams) error
Types ¶
type BuildCommandParams ¶
type BuildCommandParams struct { Entrypoint util.RepeatedStringFlag OutputFile string Ignore []string Target util.EnumFlag Capabilities util.CapabilitiesFlag }
type ParseCommandParams ¶
type PushCommandParams ¶
type PushCommandParams struct {
BundleRegistry string
}
type TemplateCommandParams ¶
Click to show internal directories.
Click to hide internal directories.