command

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Nov 28, 2016 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var InstallOpts struct {
	// Name of the s3 bucket that will be configured for the remote
	Bucket string `short:"b" long:"bucket" description:"name of the s3 bucket used as a chunk remote"`

	// Chunk remote will be configured for configuration under this remote
	Remote string `` /* 140-byte string literal not displayed */
}

Functions

func NewCombine

func NewCombine() (cmd cli.Command, err error)

func NewFetch

func NewFetch() (cmd cli.Command, err error)

func NewInstall

func NewInstall() (cmd cli.Command, err error)

func NewPull

func NewPull() (cmd cli.Command, err error)

func NewPush

func NewPush() (cmd cli.Command, err error)

func NewScan

func NewScan() (cmd cli.Command, err error)

func NewSplit

func NewSplit() (cmd cli.Command, err error)

Types

type Combine

type Combine struct {
	// contains filtered or unexported fields
}

func (*Combine) Help

func (cmd *Combine) Help() string

Help returns long-form help text that includes the command-line usage, a brief few sentences explaining the function of the command, and the complete list of flags the command accepts.

func (*Combine) Run

func (cmd *Combine) Run(args []string) int

Run runs the actual command with the given CLI instance and command-line arguments. It returns the exit status when it is finished.

func (*Combine) Synopsis

func (cmd *Combine) Synopsis() string

Synopsis returns a one-line, short synopsis of the command. This should be less than 50 characters ideally.

type Fetch

type Fetch struct {
	// contains filtered or unexported fields
}

func (*Fetch) Help

func (cmd *Fetch) Help() string

Help returns long-form help text that includes the command-line usage, a brief few sentences explaining the function of the command, and the complete list of flags the command accepts.

func (*Fetch) Run

func (cmd *Fetch) Run(args []string) int

Run runs the actual command with the given CLI instance and command-line arguments. It returns the exit status when it is finished.

func (*Fetch) Synopsis

func (cmd *Fetch) Synopsis() string

Synopsis returns a one-line, short synopsis of the command. This should be less than 50 characters ideally.

type Install

type Install struct {
	// contains filtered or unexported fields
}

func (*Install) Help

func (cmd *Install) Help() string

Help returns long-form help text that includes the command-line usage, a brief few sentences explaining the function of the command, and the complete list of flags the command accepts.

func (*Install) Run

func (cmd *Install) Run(args []string) int

Run runs the actual command with the given CLI instance and command-line arguments. It returns the exit status when it is finished.

func (*Install) Synopsis

func (cmd *Install) Synopsis() string

Synopsis returns a one-line, short synopsis of the command. This should be less than 50 characters ideally.

func (*Install) Usage

func (cmd *Install) Usage() string

Usage returns a usage description

type Pull

type Pull struct {
	// contains filtered or unexported fields
}

func (*Pull) Help

func (cmd *Pull) Help() string

Help returns long-form help text that includes the command-line usage, a brief few sentences explaining the function of the command, and the complete list of flags the command accepts.

func (*Pull) Run

func (cmd *Pull) Run(args []string) int

Run runs the actual command with the given CLI instance and command-line arguments. It returns the exit status when it is finished.

func (*Pull) Synopsis

func (cmd *Pull) Synopsis() string

Synopsis returns a one-line, short synopsis of the command. This should be less than 50 characters ideally.

type Push

type Push struct {
	// contains filtered or unexported fields
}

func (*Push) Help

func (cmd *Push) Help() string

Help returns long-form help text that includes the command-line usage, a brief few sentences explaining the function of the command, and the complete list of flags the command accepts.

func (*Push) Run

func (cmd *Push) Run(args []string) int

Run runs the actual command with the given CLI instance and command-line arguments. It returns the exit status when it is finished.

func (*Push) Synopsis

func (cmd *Push) Synopsis() string

Synopsis returns a one-line, short synopsis of the command. This should be less than 50 characters ideally.

type Scan

type Scan struct {
	// contains filtered or unexported fields
}

func (*Scan) Help

func (cmd *Scan) Help() string

Help returns long-form help text that includes the command-line usage, a brief few sentences explaining the function of the command, and the complete list of flags the command accepts.

func (*Scan) Run

func (cmd *Scan) Run(args []string) int

Run runs the actual command with the given CLI instance and command-line arguments. It returns the exit status when it is finished.

func (*Scan) Synopsis

func (cmd *Scan) Synopsis() string

Synopsis returns a one-line, short synopsis of the command. This should be less than 50 characters ideally.

type Split

type Split struct {
	// contains filtered or unexported fields
}

func (*Split) Help

func (cmd *Split) Help() string

Help returns long-form help text that includes the command-line usage, a brief few sentences explaining the function of the command, and the complete list of flags the command accepts.

func (*Split) Run

func (cmd *Split) Run(args []string) int

Run runs the actual command with the given CLI instance and command-line arguments. It returns the exit status when it is finished.

func (*Split) Synopsis

func (cmd *Split) Synopsis() string

Synopsis returns a one-line, short synopsis of the command. This should be less than 50 characters ideally.

Jump to

Keyboard shortcuts

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