deis

package
v0.2.2-0...-db85b95 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 17, 2015 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Gommand to the current commit hash
	CmdRevParse = "COMMIT=$(git rev-parse HEAD)"

	// Command to set the git user and email based on the
	// individual that made the commit.
	CmdGlobalEmail = "git config --global user.email $(git --no-pager log -1 --pretty=format:'%ae')"
	CmdGlobalUser  = "git config --global user.name  $(git --no-pager log -1 --pretty=format:'%an')"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Deis

type Deis struct {
	App       string               `yaml:"app,omitempty"`
	Force     bool                 `yaml:"force,omitempty"`
	Deisurl   string               `yaml:"deisurl,omitempty"`
	Condition *condition.Condition `yaml:"when,omitempty"`
}

func (*Deis) GetCondition

func (h *Deis) GetCondition() *condition.Condition

func (*Deis) Write

func (h *Deis) Write(f *buildfile.Buildfile)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL