clone

package
v0.0.0-...-a01cf3f Latest Latest
Warning

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

Go to latest
Published: Aug 31, 2026 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OciArtifactRetrievalCmd

type OciArtifactRetrievalCmd struct {
	Artifact    string `arg:"positional" help:"Full URL of the OCI artifact to pull. Example: ghcr.io/my-username/my-repository:latest"`
	Username    string `arg:"--username,env:OCI_USERNAME" help:"Username for the OCI registry"`
	Password    string `arg:"--password,env:OCI_PASSWORD" help:"Password for the OCI registry"`
	Destination string `` /* 171-byte string literal not displayed */
}

func (*OciArtifactRetrievalCmd) GetArtifactReference

func (cmd *OciArtifactRetrievalCmd) GetArtifactReference() (pkg.ArtifactReference, error)

func (*OciArtifactRetrievalCmd) GetPassword

func (cmd *OciArtifactRetrievalCmd) GetPassword() string

func (*OciArtifactRetrievalCmd) GetUsername

func (cmd *OciArtifactRetrievalCmd) GetUsername() string

func (*OciArtifactRetrievalCmd) RunClone

func (cmd *OciArtifactRetrievalCmd) RunClone() error

func (*OciArtifactRetrievalCmd) RunPull

func (cmd *OciArtifactRetrievalCmd) RunPull() error

Jump to

Keyboard shortcuts

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