package
1.12.0
Repository: https://github.com/hashicorp/packer.git
Documentation: pkg.go.dev

# Packages

# Functions

GetCleanedBuildArgs returns a map containing build flags specified to build for tracking within the HCP Packer registry.
GetStdoutAndErrFromTestMeta extracts stdout/stderr from a Meta created by TestMetaFile.
TestMetaFile creates a Meta object that includes a file builder.

# Constants

default config type.

# Variables

# Structs

BuildArgs represents a parsed cli line for a `packer build`.
ConsoleArgs represents a parsed cli line for a `packer console`.
FixArgs represents a parsed cli line for a `packer fix`.
FormatArgs represents a parsed cli line for `packer fmt`.
HCL2UpgradeArgs represents a parsed cli line for a `packer hcl2_upgrade`.
InitArgs represents a parsed cli line for a `packer init <path>`.
InspectArgs represents a parsed cli line for a `packer inspect`.
Meta contains the meta-options and functionality that nearly every Packer command inherits.
MetaArgs defines commonalities between all commands.
PluginsRequiredArgs represents a parsed cli line for a `packer plugins required <path>`.
ValidateArgs represents a parsed cli line for a `packer validate`.
VersionCheckInfo is the return value for the VersionCheckFunc callback and tells the Version command information about the latest version of Packer.
VersionCommand is a Command implementation prints the version.

# Interfaces

# Type aliases

VersionCheckFunc is the callback called by the Version command to check if there is a new version of Packer.