boot

package
v2.1.140 Latest Latest
Warning

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

Go to latest
Published: Sep 2, 2020 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCmdBoot

func NewCmdBoot(commonOpts *opts.CommonOptions) *cobra.Command

NewCmdBoot creates the command

Types

type BootOptions

type BootOptions struct {
	*opts.CommonOptions

	Dir          string
	GitURL       string
	GitRef       string
	StartStep    string
	EndStep      string
	HelmLogLevel string

	// The bootstrap URL for the version stream. Once we have a jx-requirements.yml files, we read that
	VersionStreamURL string
	// The bootstrap ref for the version stream. Once we have a jx-requirements.yml, we read that
	VersionStreamRef string

	// RequirementsFile provided by the user to override the default requirements file from repository
	RequirementsFile string

	AttemptRestore bool

	// UpgradeGit if we want to automatically upgrade this boot clone if there have been changes since the current clone
	NoUpgradeGit bool
}

BootOptions options for the command

func (*BootOptions) Run

func (o *BootOptions) Run() error

Run runs this command

Jump to

Keyboard shortcuts

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