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 `arg:"" help:"Artifact UUID to download"`
}
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 */
Job string `help:"List artifacts for a specific job on the given build." short:"j"`
Output string `help:"Output format. One of: json, yaml, text" short:"o" default:"${output_default_format}" enum:"json,yaml,text"`
}
Click to show internal directories.
Click to hide internal directories.