Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArtifactCmd ¶
type ArtifactCmd struct { Download *string `` /* 127-byte string literal not displayed */ Format string `long:"format" description:"Output format for the release reference" value-name:"json|metalink|tsv" default:"tsv"` }
func (*ArtifactCmd) ExecuteArtifact ¶
func (c *ArtifactCmd) ExecuteArtifact(loader artifact.Loader) error
type DownloadCmd ¶
type DownloadCmd struct {
Args DownloadCmdArgs `positional-args:"true"`
}
func (*DownloadCmd) ExecuteArtifact ¶
func (c *DownloadCmd) ExecuteArtifact(loader artifact.Loader) error
type DownloadCmdArgs ¶
type DownloadCmdArgs struct {
TargetDir *string `positional-arg-name:"TARGET-DIR" description:"Directory to download files (default: .)"`
}
type UploadReleaseCmd ¶
type UploadReleaseCmd struct {
Cmd bool `long:"cmd" description:"Show the command instead of running it"`
}
func (*UploadReleaseCmd) ExecuteArtifact ¶
func (c *UploadReleaseCmd) ExecuteArtifact(loader artifact.Loader, opts UploadReleaseOpts) error
type UploadReleaseOpts ¶
type UploadStemcellCmd ¶
type UploadStemcellCmd struct {
Cmd bool `long:"cmd" description:"Show the command instead of running it"`
}
func (*UploadStemcellCmd) ExecuteArtifact ¶
func (c *UploadStemcellCmd) ExecuteArtifact(loader artifact.Loader, opts UploadStemcellOpts) error
type UploadStemcellOpts ¶
Click to show internal directories.
Click to hide internal directories.