download

package
v0.12.0 Latest Latest
Warning

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

Go to latest
Published: Aug 12, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Overview

Package download implements the actions artifact download command.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCmdDownload

func NewCmdDownload(f *cmdutil.Factory, runF func(*DownloadOptions) error) *cobra.Command

NewCmdDownload creates the actions artifact download command.

Types

type DownloadOptions

type DownloadOptions struct {
	IO         *iostreams.IOStreams
	HttpClient func() (*http.Client, error)
	BaseRepo   func() (string, error)

	Repository string
	ArtifactID string
	Output     string
}

DownloadOptions configures the actions artifact download command.

Source Files

  • download.go

Jump to

Keyboard shortcuts

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