Package Description
$ dotnet add package MetaMorph.CliGo into the MetaMorph.Cli project
cd ./src/MetaMorph.Cli
Build the project:
dotnet build
Create the NuGet package:
dotnet pack -c Release
Install the Meta Morph CLI as a global .NET tool:
dotnet tool install --global --add-source ./nupkg MetaMorph.Cli
Update to the latest version:
dotnet tool update --global --add-source ./nupkg MetaMorph.Cli
Remove the tool:
dotnet tool uninstall --global MetaMorph.Cli