Skip to content

Add more flexible way to handle template repository #9

@montanero

Description

@montanero

Is your feature request related to a problem? Please describe.
Currently only default branches of bitbucket-hosted GIT repositories can be used as template repositories. This approach has some problems:

  • This is difficult if you are making changes, because you have to make and push them to the default branch, which might cause problems for other users. Workflows with PRs are impossible to maintain
  • Some users don't have their repos hosted on bitbucket

Describe the solution you'd like

  • Allow to set plain directories as template repository
  • Allow to state full git URL to template repository

There might me additional command line options --repository-git-url and --repository-directory and/or appropriate questions when starting it without command line options.
In case of repository-directory no git clone logic would be used, the directory would only be read by ws_ctrl

Metadata

Metadata

Assignees

No one assigned

    Labels

    priority: mediumShould be done based on free capacity

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions