Versions in this module Expand all Collapse all v0 v0.1.1 Sep 28, 2015 Changes in this version + func Build(ctx *app.Context, opts *BuildOptions) error + func Dev(opts *DevOptions) *router.Router + func DevDep(dst *app.Context, src *app.Context, opts *DevDepOptions) (*app.DevDep, error) + func Project(ctx *context.Shared) *hashitools.Project + type BuildOptions struct + Dir string + Script string + type DevDepOptions struct + Dir string + Files []string + Script string + type DevOptions struct + DataDir string + Dir string + Instructions string + type SSHCache struct + Path string + Vagrant *Vagrant + func (c *SSHCache) Cache() error + func (c *SSHCache) Delete() error + func (c *SSHCache) Exec(cacheOkay bool) error + type Vagrant struct + DataDir string + Dir string + Ui ui.Ui + func (v *Vagrant) Execute(command ...string) error