download

package
v0.3.6 Latest Latest
Warning

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

Go to latest
Published: Mar 28, 2026 License: MIT Imports: 11 Imported by: 0

Documentation

Overview

Package download implements the release 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 download command

Types

type DownloadOptions

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

	// Arguments
	TagName string
	Assets  []string

	// Flags
	Repository string
	Output     string
	All        bool
}

Source Files

  • download.go

Jump to

Keyboard shortcuts

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