Scaleout.AzureDigitalTwins.ModelGenerator
3.0.3
dotnet tool install --global Scaleout.AzureDigitalTwins.ModelGenerator --version 3.0.3
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local Scaleout.AzureDigitalTwins.ModelGenerator --version 3.0.3
#tool dotnet:?package=Scaleout.AzureDigitalTwins.ModelGenerator&version=3.0.3
nuke :add-package Scaleout.AzureDigitalTwins.ModelGenerator --version 3.0.3
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 6.0 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.
Usage
To see the list of supported tool's commands:
ADTModelGenerator --help
To see the build command's options for generating an Azure Digital Twins JSON model definition:
ADTModelGenerator build --help
To list the options for the validate command:
ADTModelGenerator validate --help
Product | Versions |
---|---|
.NET | net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
This package has no dependencies.
Added support for the DateTimeOffset data type.