A DotNET CLI tool for expanding and enriching manifest.json
- Build the project in Release
dotnet tool install --add-source .\src\EAVFW.Extensions.Manifest.ManifestEnricherTool\nupkg EAVFW.Extensions.Manifest.ManifestEnricherTool
- Activate the tool
dotnet eavfw-manifest
dotnet pack -c Release -p:PackageVersion=<higher-version>
- Update
.config/dotnet-tools.json
dotnet tool restore
The new version can be used.
Read more at https://docs.microsoft.com/en-us/dotnet/core/tools/global-tools.
The latest version on NuGet can be installed globally by:
$ dotnet tool install --global EAVFW.Extensions.Manifest.ManifestEnricherTool
Instructions to install a specific version can be found on NuGet.
Invoke the tool globally by:
$ eavfw-manifest
This is contradictory to invoking the tool installed locally by $ dotnet eavfw-manifest
.
The tool can be updated globally by:
$ dotnet tool update --global EAVFW.Extensions.Manifest.ManifestEnricherTool
The tool can be uninstalled globally by:
$ dotnet tool uninstall --global EAVFW.Extensions.Manifest.ManifestEnricherTool