MetaMorph.Cli 1.0.13

dotnet tool install --global MetaMorph.Cli --version 1.0.13
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local MetaMorph.Cli --version 1.0.13
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=MetaMorph.Cli&version=1.0.13
                    
nuke :add-package MetaMorph.Cli --version 1.0.13
                    

Meta Morph

Development

Building from Source

  1. Go into the MetaMorph.Cli project

    cd ./src/MetaMorph.Cli
    
  2. Build the project:

    dotnet build
    
  3. Create the NuGet package:

    dotnet pack -c Release
    

Installation

Install the Meta Morph CLI as a global .NET tool:

dotnet tool install --global --add-source ./nupkg MetaMorph.Cli

Updating

Update to the latest version:

dotnet tool update --global --add-source ./nupkg MetaMorph.Cli

Uninstalling

Remove the tool:

dotnet tool uninstall --global MetaMorph.Cli

Publish

dotnet nuget push .\nupkg\MetaMorph.Cli.<version>.nupkg --api-key <api_key> --source https://api.nuget.org/v3/index.json
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
1.0.13 130 7/29/2026
1.0.12 106 7/29/2026
1.0.11 191 3/28/2026
1.0.10 135 2/16/2026
1.0.9 471 11/30/2025
1.0.8 448 11/30/2025
1.0.7 379 11/30/2025
1.0.6 222 11/25/2025
1.0.5 222 11/24/2025
1.0.4 216 11/24/2025
1.0.3 221 11/23/2025
1.0.2 437 11/18/2025
1.0.1 238 10/15/2025
1.0.0 214 10/15/2025