bake

package
v1.0.0-beta.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 22, 2023 License: MIT Imports: 10 Imported by: 0

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

func NewBakeCommand() *cobra.Command

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL