UmbPack

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!

Building the tool

This will create a Nuget package at src/nupkg

cd src
dotnet pack -c Release

Installing the tool

dotnet tool install --global --add-source ./nupkg UmbPack

Uninstalling the tool

dotnet tool list --global
dotnet tool uninstall --global UmbPack