Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type JxAppsTemplateOptions ¶
type JxAppsTemplateOptions struct { helm.TemplateOptions Dir string VersionStreamDir string VersionStreamURL string VersionStreamRef string IOFileHandles *files.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) Run ¶
func (o *JxAppsTemplateOptions) Run() error
Run implements the command
Click to show internal directories.
Click to hide internal directories.