cli

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 30, 2018 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cmd

type Cmd struct {
	UseCompiledReleasesCmd UseCompiledReleasesCmd `command:"use-compiled-releases" description:"For patching a manifest to refer to compiled releases"`
}

func New

func New(app *cmdopts.Opts) *Cmd

type UseCompiledReleasesCmd

type UseCompiledReleasesCmd struct {
	setter.AppConfig `no-flag:"true"`

	Release     []string `long:"release" description:"Only check the release(s) matching this name (glob-friendly)"`
	SkipRelease []string `long:"skip-release" description:"Skip the release(s) matching this name (glob-friendly)"`

	LocalOS args.OS `long:"local-os" description:"Explicit local OS and version (used for bootstrap manifests)"`

	Parallel int `long:"parallel" description:"Maximum number of parallel operations" default:"3"`
}

func (*UseCompiledReleasesCmd) Execute

func (c *UseCompiledReleasesCmd) Execute(_ []string) error

Jump to

Keyboard shortcuts

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