tabetalt / kopier

Kopier is inspired by Google's copybara, written in Go for Tabetalt operations.
1 stars 0 forks source link

Making the library standalone #5

Open simenandre opened 4 years ago

simenandre commented 4 years ago

IMHO, this library is very close to useless in it's current configuration.

Initially, Kopier was made to make it easier to deploy pipelines and other common stuff for all the private repositories. After just a few days, it changed form into having template functionality (adding template/text to the mix). We have made these weird service configuration files that doesn't serve much, only future hope to be used. Regardless, I think Kopier can serve good as a CLI and CI/CD tool.

Q: How can it serve as a Github Action? It can take templates from a centralized repository and push it to others, based on information in each of them.

Q: What information? Such things as, name of a package for build steps.

Q: How can it serve as a CLI tool? ... TBA?

Improvements that we need(?) -... TBA

simenandre commented 4 years ago

Not thinking of this issue, I added #6 . This might be way more relevant than #6, tbh.