Documentation ¶
Index ¶
Constants ¶
View Source
const ( FlagDebug = "debug" FlagConfigFile = "configfile" )
View Source
const (
// ListCustomFlag is flag used by godo to list all custom dependencies
ListCustomFlag = "list"
)
Variables ¶
This section is empty.
Functions ¶
func DockerBuild ¶
DockerBuild is the CLI action for 'godo docker-build'
func DockerPush ¶
DockerPush is the cli action for 'godo docker-push'
Types ¶
type Paths ¶
func PathsOrDie ¶
func PathsOrDie() Paths
PathsOrDie gets the current GOPATH, current working directory and package name and returns them all in the Paths struct. If any one of those values can't be obtained, this func logs the error and exits the process
Click to show internal directories.
Click to hide internal directories.