Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DownloadCmd ¶
type DownloadCmd struct {
ArtifactID string `` /* 129-byte string literal not displayed */
BuildNumber string `` /* 137-byte string literal not displayed */
Pipeline string `` /* 190-byte string literal not displayed */
JobUUID string `help:"The job UUID containing the artifact." short:"j" name:"job-uuid"`
}
func (*DownloadCmd) Help ¶
func (c *DownloadCmd) Help() string
func (*DownloadCmd) Run ¶
func (c *DownloadCmd) Run(kongCtx *kong.Context, globals cli.GlobalFlags) error
type ListCmd ¶
type ListCmd struct {
BuildNumber string `arg:"" optional:"" help:"Build number to list artifacts for"`
Pipeline string `` /* 174-byte string literal not displayed */
JobUUID string `help:"List artifacts for a specific job on the given build." short:"j" name:"job-uuid"`
output.OutputFlags
}
Click to show internal directories.
Click to hide internal directories.