Versions in this module Expand all Collapse all v1 v1.0.189 Feb 10, 2021 v1.0.188 Feb 10, 2021 Changes in this version + func NewCmdCreateSpring() *cobra.Command + func SameRootDomain(u1 string, u2 string) (bool, error) + type CreateQuickstartOptions struct + Filter quickstarts.QuickstartFilter + GitHost string + GitHubOrganisations []string + IgnoreTeam bool + QuickstartAuth string + func NewCmdCreateQuickstart() (*cobra.Command, *CreateQuickstartOptions) + func (o *CreateQuickstartOptions) CreateQuickStart(q *quickstarts.QuickstartForm) error + func (o *CreateQuickstartOptions) Run() error + type CreateSpringOptions struct + Advanced bool + SpringForm spring.SpringBootForm + func (o *CreateSpringOptions) Run() error + type Options struct + DisableImport bool + GithubAppInstalled bool + OutDir string + func (o *Options) ImportCreatedProject(outDir string) error + type WizardOptions struct + Input input.Interface + func NewCmdMain() (*cobra.Command, *WizardOptions) + func (o *WizardOptions) Run() error