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
Click to show internal directories.
Click to hide internal directories.