MetaMorph.Cli
1.0.7
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global MetaMorph.Cli --version 1.0.7
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local MetaMorph.Cli --version 1.0.7
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=MetaMorph.Cli&version=1.0.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package MetaMorph.Cli --version 1.0.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Meta Morph
Development
Building from Source
Go into the
MetaMorph.Cliprojectcd ./src/MetaMorph.CliBuild the project:
dotnet buildCreate 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
| Product | Versions 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.