Documentation ¶
Index ¶
- Variables
- func NewCombine() (cmd cli.Command, err error)
- func NewFetch() (cmd cli.Command, err error)
- func NewInstall() (cmd cli.Command, err error)
- func NewPull() (cmd cli.Command, err error)
- func NewPush() (cmd cli.Command, err error)
- func NewScan() (cmd cli.Command, err error)
- func NewSplit() (cmd cli.Command, err error)
- type Combine
- type Fetch
- type Install
- type Pull
- type Push
- type Scan
- type Split
Constants ¶
This section is empty.
Variables ¶
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 NewInstall ¶
Types ¶
type Combine ¶
type Combine struct {
// contains filtered or unexported fields
}
func (*Combine) Help ¶
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.
type Fetch ¶
type Fetch struct {
// contains filtered or unexported fields
}
func (*Fetch) Help ¶
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.
type Install ¶
type Install struct {
// contains filtered or unexported fields
}
func (*Install) Help ¶
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 ¶
Run runs the actual command with the given CLI instance and command-line arguments. It returns the exit status when it is finished.
type Pull ¶
type Pull struct {
// contains filtered or unexported fields
}
func (*Pull) Help ¶
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.
type Push ¶
type Push struct {
// contains filtered or unexported fields
}
func (*Push) Help ¶
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.
type Scan ¶
type Scan struct {
// contains filtered or unexported fields
}
func (*Scan) Help ¶
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.
type Split ¶
type Split struct {
// contains filtered or unexported fields
}
func (*Split) Help ¶
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.