UmbPack is a CLI tool to use in CI/CD to upload Umbraco .zip packages to the our.umbraco.com package repository.
If you are looking for info on how to use the tool, check out the documentation for it instead!
This will create a Nuget package at src/nupkg
cd src
dotnet pack -c Release
dotnet tool install --global --add-source ./nupkg UmbPack
dotnet tool list --global
dotnet tool uninstall --global UmbPack