delete

package
v0.10.3 Latest Latest
Warning

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

Go to latest
Published: Aug 4, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

Package delete implements the actions artifact delete command.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCmdDelete

func NewCmdDelete(f *cmdutil.Factory, runF func(*DeleteOptions) error) *cobra.Command

NewCmdDelete creates the actions artifact delete command.

Types

type DeleteOptions

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

	Repository string
	ArtifactID string
	Yes        bool
	DryRun     bool
	JSON       bool
}

DeleteOptions configures the actions artifact delete command.

type DeleteResult

type DeleteResult struct {
	ArtifactID string `json:"artifact_id"`
	Owner      string `json:"owner"`
	Repo       string `json:"repo"`
	Action     string `json:"action"`
}

DeleteResult represents the result of an artifact delete operation.

Source Files

  • delete.go

Jump to

Keyboard shortcuts

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