Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Command is the cli command for managing content Command = cli.Command{ Name: "content", Usage: "manage content", Subcommands: cli.Commands{ activeIngestCommand, deleteCommand, editCommand, fetchCommand, fetchObjectCommand, getCommand, ingestCommand, listCommand, pushObjectCommand, setLabelsCommand, }, } )
Functions ¶
Types ¶
type FetchConfig ¶ added in v1.2.0
type FetchConfig struct { // Resolver Resolver remotes.Resolver // ProgressOutput to display progress ProgressOutput io.Writer // Labels to set on the content Labels []string // PlatformMatcher matches platforms, supersedes Platforms PlatformMatcher platforms.MatchComparer // Platforms to fetch Platforms []string // Whether or not download all metadata AllMetadata bool }
FetchConfig for content fetch
func NewFetchConfig ¶ added in v1.2.0
NewFetchConfig returns the default FetchConfig from cli flags
Click to show internal directories.
Click to hide internal directories.