Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StatusPacks ¶
func StatusPacks(opts StatusPacksOptions) (*types.PackStatusResult, 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.
Click to show internal directories.
Click to hide internal directories.