Versions in this module Expand all Collapse all v0 v0.3.1 Aug 13, 2013 v0.3.0 Aug 12, 2013 Changes in this version + func BuildOptionFlags(fs *flag.FlagSet, f *BuildOptions) + type AppendSliceValue []string + func (s *AppendSliceValue) Set(value string) error + func (s *AppendSliceValue) String() string + type BuildOptions struct + Except []string + Only []string + UserVarFiles []string + UserVars map[string]string + func (f *BuildOptions) AllUserVars() (map[string]string, error) + func (f *BuildOptions) Builds(t *packer.Template, cf *packer.ComponentFinder) ([]packer.Build, error) + func (f *BuildOptions) Validate() error + type SliceValue []string + func (s *SliceValue) Set(value string) error + func (s *SliceValue) String() string