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 {
// APIClient is the http client for making calls to the open-sauced api
APIClient *client.APIClient
// Repos is the array of git repository urls
Repos []string
// Wait defines the client choice to wait for /bake to finish processing
Wait bool
// FilePath is the path to yaml file containing an array of git repository urls
FilePath string
// contains filtered or unexported fields
}
Options are the options for the pizza bake command including user defined configurations
Click to show internal directories.
Click to hide internal directories.