Documentation
¶
Overview ¶
Package bake contains the bootstrapping and tooling for the pizza bake cobra command
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBakeCommand ¶
NewBakeCommand returns a new cobra command for 'pizza bake'
Types ¶
type Options ¶
type Options struct {
// The API Client for the calls to bake git repos
APIClient *api.Client
// URLs are the git repo URLs that will be sourced via 'pizza bake'
URLs []string
// Wait defines the client choice to wait for /bake to finish processing
Wait bool
// FilePath is the location of the file containing a batch of repos to be baked
FilePath string
}
Options are the options for the pizza bake command including user defined configurations
Click to show internal directories.
Click to hide internal directories.