Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type JxAppsTemplateOptions ¶
type JxAppsTemplateOptions struct { helm.TemplateOptions OutDir string Dir string VersionStreamDir string DefaultDomain string GitCommitMessage string VersionStreamURL string VersionStreamRef string NoGitCommit bool NoSplit bool NoExtSecrets bool IncludeCRDs bool Gitter gits.Gitter IOFileHandles *util.IOFileHandles // contains filtered or unexported fields }
JxAppsTemplateOptions the options for the command
func NewCmdJxAppsTemplate ¶
func NewCmdJxAppsTemplate() (*cobra.Command, *JxAppsTemplateOptions)
NewCmdJxAppsTemplate creates a command object for the command
func (*JxAppsTemplateOptions) AddFlags ¶
func (o *JxAppsTemplateOptions) AddFlags(cmd *cobra.Command)
func (*JxAppsTemplateOptions) Git ¶
func (o *JxAppsTemplateOptions) Git() gits.Gitter
Git returns the gitter - lazily creating one if required
func (*JxAppsTemplateOptions) GitCommit ¶
func (o *JxAppsTemplateOptions) GitCommit(outDir string, commitMessage string) error
func (*JxAppsTemplateOptions) Run ¶
func (o *JxAppsTemplateOptions) Run() error
Run implements the command
Click to show internal directories.
Click to hide internal directories.