Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { Namespace string GitCommitMessage string Dir string VersionStreamDir string VersionStreamURL string VersionStreamRef string BatchMode bool UpdateMode bool DoGitCommit bool IOFileHandles *files.IOFileHandles Gitter gitclient.Interface CommandRunner cmdrunner.CommandRunner Results Results // contains filtered or unexported fields }
Options the options for the command
func NewCmdJxAppsResolve ¶
NewCmdJxAppsTemplate creates a command object for the command
type Results ¶
type Results struct { AppsCfg *jxapps.AppConfig AppsCfgFile string VersionsDir string RequirementsValuesFileName string Resolver *versionstream.VersionResolver Requirements *config.RequirementsConfig }
Click to show internal directories.
Click to hide internal directories.