Versions in this module Expand all Collapse all v1 v1.3.2 Oct 29, 2018 Changes in this version + var Builders = map[string]packer.Builder + var PostProcessors = map[string]packer.PostProcessor + var Provisioners = map[string]packer.Provisioner + type BuildCommand struct + func (*BuildCommand) AutocompleteArgs() complete.Predictor + func (*BuildCommand) AutocompleteFlags() complete.Flags + func (*BuildCommand) Help() string + func (*BuildCommand) Synopsis() string + func (c *BuildCommand) Run(args []string) int + type FixCommand struct + func (*FixCommand) Help() string + func (c *FixCommand) AutocompleteArgs() complete.Predictor + func (c *FixCommand) AutocompleteFlags() complete.Flags + func (c *FixCommand) Run(args []string) int + func (c *FixCommand) Synopsis() string + type FlagSetFlags uint + const FlagSetBuildFilter + const FlagSetNone + const FlagSetVars + type InspectCommand struct + func (*InspectCommand) Help() string + func (c *InspectCommand) AutocompleteArgs() complete.Predictor + func (c *InspectCommand) AutocompleteFlags() complete.Flags + func (c *InspectCommand) Run(args []string) int + func (c *InspectCommand) Synopsis() string + type Meta struct + Cache packer.Cache + CoreConfig *packer.CoreConfig + Ui packer.Ui + Version string + func (m *Meta) BuildNames(c *packer.Core) []string + func (m *Meta) Core(tpl *template.Template) (*packer.Core, error) + func (m *Meta) FlagSet(n string, fs FlagSetFlags) *flag.FlagSet + func (m *Meta) ValidateFlags() error + type PluginCommand struct + func (*PluginCommand) Help() string + func (c *PluginCommand) Run(args []string) int + func (c *PluginCommand) Synopsis() string + type ValidateCommand struct + func (*ValidateCommand) AutocompleteArgs() complete.Predictor + func (*ValidateCommand) AutocompleteFlags() complete.Flags + func (*ValidateCommand) Help() string + func (*ValidateCommand) Synopsis() string + func (c *ValidateCommand) Run(args []string) int + type VersionCheckFunc func() (VersionCheckInfo, error) + type VersionCheckInfo struct + Alerts []string + Latest string + Outdated bool + type VersionCommand struct + CheckFunc VersionCheckFunc + func (c *VersionCommand) Help() string + func (c *VersionCommand) Run(args []string) int + func (c *VersionCommand) Synopsis() string