Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdCreateSpring ¶
NewCmdCreateSpring creates a command object for the "create" command
Types ¶
type CreateQuickstartOptions ¶
type CreateQuickstartOptions struct { Options GitHubOrganisations []string Filter quickstarts.QuickstartFilter GitHost string QuickstartAuth string IgnoreTeam bool }
CreateQuickstartOptions the options for the create quickstart command
func NewCmdCreateQuickstart ¶
func NewCmdCreateQuickstart() (*cobra.Command, *CreateQuickstartOptions)
NewCmdCreateQuickstart creates a command object for the "create" command
func (*CreateQuickstartOptions) CreateQuickStart ¶
func (o *CreateQuickstartOptions) CreateQuickStart(q *quickstarts.QuickstartForm) error
CreateQuickStart helper method to create a quickstart from a quickstart resource
func (*CreateQuickstartOptions) Run ¶
func (o *CreateQuickstartOptions) Run() error
Run implements the generic Create command
type CreateSpringOptions ¶
type CreateSpringOptions struct { Options Advanced bool SpringForm spring.SpringBootForm }
CreateSpringOptions the options for the create spring command
func (*CreateSpringOptions) Run ¶
func (o *CreateSpringOptions) Run() error
Run implements the command
type Options ¶
type Options struct { importcmd.ImportOptions OutDir string DisableImport bool GithubAppInstalled bool }
Options contains the command line options
func (*Options) ImportCreatedProject ¶
DoImport imports the project created at the given directory
type WizardOptions ¶
WizardOptions the options for the command
func NewCmdMain ¶
func NewCmdMain() (*cobra.Command, *WizardOptions)
NewCmdMain creates a command object for the command
Click to show internal directories.
Click to hide internal directories.