cli

package
v1.4.2 Latest Latest
Warning

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

Go to latest
Published: Aug 8, 2026 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BindCleanFlags added in v1.4.1

func BindCleanFlags(cmd *cobra.Command, flags *CleanFlags)

BindCleanFlags binds clean command flags

func BindRunFlags

func BindRunFlags(cmd *cobra.Command, flags *RunFlags)

BindRunFlags binds run-specific flags to the command

func Execute

func Execute() error

Types

type CleanFlags added in v1.4.1

type CleanFlags struct {
	All         bool // Remove all resources (containers, volumes, cache)
	Images      bool // Also remove unused images (with 24h safety filter)
	PruneImages bool // Remove ALL images (no filter, aggressive)
	DryRun      bool // Show what would be removed without action
	Force       bool // Skip confirmation prompt
}

CleanFlags represents the clean command flags

type RunFlags

type RunFlags struct {
	Workflow string
	Job      string
	DryRun   bool
	Parallel int
	CRLF     string
	Platform string
	Offline  bool
}

RunFlags holds all flags for the run command

Jump to

Keyboard shortcuts

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