Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeployPacks ¶
func DeployPacks(opts DeployPacksOptions) (*types.ExecutionResult, error)
DeployPacks runs the deployment logic for the specified packs. This executes power-ups with RunModeMany.
Types ¶
type DeployPacksOptions ¶
type DeployPacksOptions struct {
// DotfilesRoot is the path to the root of the dotfiles directory.
DotfilesRoot string
// PackNames is a list of specific packs to deploy. If empty, all packs are deployed.
PackNames []string
// DryRun specifies whether to perform a dry run without making changes.
DryRun bool
}
DeployPacksOptions defines the options for the DeployPacks command.
Click to show internal directories.
Click to hide internal directories.