tsrc icon indicating copy to clipboard operation
tsrc copied to clipboard

Feat: tsrc add to add a new repository to the manifest

Open cgestes opened this issue 2 years ago • 2 comments

Is your feature request related to a problem? Please describe. It is hard to add a new repository to a manifest.

Describe the solution you'd like

$ tsrc add <local-path>
would you like to add <local-path> to your manifest:
path: <local-path>
url: <git-url>
branch: <branch>

Yeah something along those lines :)

cgestes avatar Sep 12 '22 19:09 cgestes

It is hard to add a new repository to a manifest.

What's hard? It's just a few lines of yaml. Or maybe I'm missing something ?

dmerejkowsky avatar Sep 21 '22 13:09 dmerejkowsky

the whole process is complex... where is the manifest? how do I test? when should I push? what do I do on mistakes? on syntax error... etc...

cgestes avatar Sep 21 '22 13:09 cgestes