list

package
v0.13.2 Latest Latest
Warning

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

Go to latest
Published: Jun 2, 2025 License: MPL-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Package list provides the list command.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Spec

type Spec struct {
	Engine        *engine.Engine
	GitFilter     engine.GitFilter
	Reason        bool
	Target        string
	StatusFilters StatusFilters
	RunOrder      bool
	Tags          []string
	NoTags        []string
	Printers      printer.Printers
}

Spec is the command specification for the list command.

func (*Spec) Exec

func (s *Spec) Exec(_ context.Context) error

Exec executes the list command.

func (*Spec) Name

func (s *Spec) Name() string

Name returns the name of the command.

type StatusFilters

type StatusFilters struct {
	StackStatus      string
	DeploymentStatus string
	DriftStatus      string
}

StatusFilters contains the status filters for the list command.

Jump to

Keyboard shortcuts

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