Scaleout.AzureDigitalTwins.ModelGenerator
2.0.0
.NET Core 3.1
dotnet tool install --global Scaleout.AzureDigitalTwins.ModelGenerator --version 2.0.0
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 Scaleout.AzureDigitalTwins.ModelGenerator --version 2.0.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Scaleout.AzureDigitalTwins.ModelGenerator&version=2.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package Scaleout.AzureDigitalTwins.ModelGenerator --version 2.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Installing the IG Command-line Tool
The ScaleOut ADTModelGenerator command-line utility is a .NET tool that inspects a zip file containing a RTDT model to generate an Azure Digital Twins JSON model definition.
Prerequisites
- .NET Core 3.1 SDK or .NET 5 SDK (or higher)
Installation
Install from NuGet:
dotnet tool install -g Scaleout.AzureDigitalTwins.ModelGenerator
The
-g
flag installs the tool globally for the user. If omitted, the tool will be installed as a local tool for the current directory. See dotnet tool install for more information.
Updating to the Latest Release
dotnet tool update -g Scaleout.AzureDigitalTwins.ModelGenerator
Omit the
-g
flag if the tool was installed to the local folder.
Uninstall
dotnet tool uninstall -g Scaleout.AzureDigitalTwins.ModelGenerator
Omit the
-g
flag if the tool was installed to the local folder.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp3.1 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
Rebuilt due to minor changes in the ScaleOut.AzureDigitalTwins.PersistenceProvider dependent assembly.