#dotnet build, restore, test results, dockerize and gitops using GO sdk

1 messages · Page 1 of 1 (latest)

obtuse bobcat
#

https://github.com/lucax88x/dotnet-template/tree/main/build

I'm probably over-engineering it.

it's a GO cli using cobra & viper (the one used by kubectl and gh just to understand) and has several primitives to perform classic CI and CD operations, like, build, restore, publish test results, dockerize, and push new version to gitops for deploys.

Hope it can help somebody.

GitHub

Contribute to lucax88x/dotnet-template development by creating an account on GitHub.

drifting path
#

This is cool. I’d normally use Mage so it’s cool to see how cobra could be useful to do this. I don’t see a lot of dotnet stuff and Go so it’s inspiring. I work at a company where I’m in the minority. Maybe 300 engineers and perhaps 20 write Go.