Versions in this module Expand all Collapse all v0 v0.0.93 Apr 13, 2020 Changes in this version + func IsScmNotFound(err error) bool + type CreateRepository struct + CurrentUsername string + GitKind string + GitPublic bool + GitServer string + Owner string + Repository string + func (r *CreateRepository) ConfirmValues(batch bool, handles util.IOFileHandles) error + func (r *CreateRepository) CreateRepository(scmClient *scm.Client) (*scm.Repository, error) + func (r *CreateRepository) FullName() string + type EnvFactory struct + BatchMode bool + GitURLOutFile string + Gitter gits.Gitter + IOFileHandles *util.IOFileHandles + JXFactory jxfactory.Factory + NoOAuth bool + OutDir string + RepoName string + ScmClient *scm.Client + func (o *EnvFactory) AddFlags(cmd *cobra.Command) + func (o *EnvFactory) CreateDevEnvGitRepository(dir string, gitPublic bool) error + func (o *EnvFactory) CreateScmClient(gitServer, owner, gitKind string) (*scm.Client, string, error) + func (o *EnvFactory) JXAdapter() *jxadapt.JXAdapter + func (o *EnvFactory) PrintBootJobInstructions(requirements *config.RequirementsConfig, link string) error + func (o *EnvFactory) PushToGit(cloneURL string, userAuth *auth.UserAuth, dir string) error + func (o *EnvFactory) VerifyPreInstall(disableVerifyPackages bool, dir string) error