All Projects → umbraco → UmbPack

umbraco / UmbPack

Licence: other
No description or website provided.

Programming Languages

C#
18002 projects

NuGet release

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].