Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ProjectInfo ¶
type ProjectInfo struct { Name string Version string Manifests []Manifest Image string Registry string Namespace string NoGrunt bool // If set, grunt won't be called even if there is a Gruntfile.js TagLatest bool // If set, a latest tag will be set of the docker image TagMajorVersion bool // If set, a tag will be set to the major version of the docker image (e.g. myimage:3) TagMinorVersion bool // If set, a tag will be set to the minor version of the docker image (e.g. myimage:3.2) GitBranch string // If set, this branch is expected (defaults to master) GradleConfigFile string Targets struct { CleanTarget string ReleaseTarget string } GithubAssets []settings.GithubAsset // If set, creates a github release with given assets. }
func GetProjectInfo ¶
func GetProjectInfo() (*ProjectInfo, error)
Click to show internal directories.
Click to hide internal directories.