Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdInit ¶
Types ¶
type Options ¶ added in v0.9.0
type Options struct { TemplateRepoPath string TemplateName string Online bool ProjectName string Force bool Yes bool CustomParamsJSON string }
func NewInitOptions ¶
func NewInitOptions() *Options
type TemplatesOptions ¶ added in v0.8.1
func NewTemplatesOptions ¶ added in v0.8.1
func NewTemplatesOptions() *TemplatesOptions
func (*TemplatesOptions) Complete ¶ added in v0.8.1
func (o *TemplatesOptions) Complete(args []string, online bool) error
func (*TemplatesOptions) Run ¶ added in v0.8.1
func (o *TemplatesOptions) Run() error
func (*TemplatesOptions) Validate ¶ added in v0.8.1
func (o *TemplatesOptions) Validate() error
Click to show internal directories.
Click to hide internal directories.