Documentation ¶
Index ¶
- Constants
- Variables
- func Clean(str string) string
- func CleanCmd() *cli.Command
- func Init() *cli.Command
- func Lineage() *cli.Command
- func Lint(isDebug *bool) *cli.Command
- func RecoverFromPanic()
- func Render() *cli.Command
- func Run(isDebug *bool) *cli.Command
- type CleanCommand
- type LineageCommand
- type RenderCommand
Constants ¶
View Source
const ( DefaultTemplate = "default" DefaultFolderName = "bruin-pipeline" )
View Source
const LogsFolder = "logs"
Variables ¶
View Source
var (
DefaultPipelineBuilder = pipeline.NewBuilder(builderConfig, pipeline.CreateTaskFromYamlDefinition(fs), pipeline.CreateTaskFromFileComments(fs), fs)
)
Functions ¶
func RecoverFromPanic ¶ added in v0.5.1
func RecoverFromPanic()
Types ¶
type CleanCommand ¶ added in v0.1.3
type CleanCommand struct {
// contains filtered or unexported fields
}
func (*CleanCommand) Run ¶ added in v0.1.3
func (r *CleanCommand) Run(inputPath string) error
type LineageCommand ¶
type LineageCommand struct {
// contains filtered or unexported fields
}
type RenderCommand ¶
type RenderCommand struct {
// contains filtered or unexported fields
}
func (*RenderCommand) Run ¶
func (r *RenderCommand) Run(taskPath string) error
Click to show internal directories.
Click to hide internal directories.