status

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Aug 6, 2025 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateDisplayResultFromOperations added in v0.1.3

func CreateDisplayResultFromOperations(operations []types.Operation, packs []types.Pack, command string) *types.DisplayResult

CreateDisplayResultFromOperations transforms a list of operations into a DisplayResult. This is the core transformation that creates the file-centric display model from operations.

func StatusPacks

func StatusPacks(opts StatusPacksOptions) (*types.DisplayResult, error)

StatusPacks checks the deployment status of the specified packs.

Types

type StatusPacksOptions

type StatusPacksOptions struct {
	// DotfilesRoot is the path to the root of the dotfiles directory.
	DotfilesRoot string
	// PackNames is a list of specific packs to check status for. If empty, all packs are checked.
	PackNames []string
}

StatusPacksOptions defines the options for the StatusPacks command.

Jump to

Keyboard shortcuts

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