Scaleout.AzureDigitalTwins.ModelGenerator
7.0.0
dotnet tool install --global Scaleout.AzureDigitalTwins.ModelGenerator --version 7.0.0
dotnet new tool-manifest
dotnet tool install --local Scaleout.AzureDigitalTwins.ModelGenerator --version 7.0.0
#tool dotnet:?package=Scaleout.AzureDigitalTwins.ModelGenerator&version=7.0.0
nuke :add-package Scaleout.AzureDigitalTwins.ModelGenerator --version 7.0.0
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 8.0 SDK (or higher)
Installation
Install from NuGet:
dotnet tool install -g Scaleout.AzureDigitalTwins.ModelGenerator
The
-gflag 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
-gflag if the tool was installed to the local folder.
Uninstall
dotnet tool uninstall -g Scaleout.AzureDigitalTwins.ModelGenerator
Omit the
-gflag 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 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. |
This package has no dependencies.
| Version | Downloads | Last Updated |
|---|---|---|
| 7.0.0 | 107 | 6/17/2026 |
| 6.0.0 | 123 | 5/15/2026 |
| 5.2.0 | 348 | 4/24/2025 |
| 5.0.0 | 335 | 3/11/2025 |
| 4.5.0 | 245 | 1/14/2025 |
| 4.4.5 | 262 | 11/14/2024 |
| 4.4.0 | 284 | 9/6/2024 |
| 4.3.0 | 286 | 8/23/2024 |
| 4.2.0 | 296 | 6/12/2024 |
| 4.0.0 | 401 | 3/15/2024 |
| 3.11.0 | 413 | 12/14/2023 |
| 3.10.0 | 369 | 11/1/2023 |
| 3.9.0 | 465 | 3/18/2023 |
| 3.0.3 | 611 | 9/22/2022 |
| 3.0.2 | 661 | 9/16/2022 |
| 2.0.2 | 611 | 7/27/2022 |
| 2.0.1 | 663 | 7/6/2022 |
| 2.0.0 | 652 | 5/3/2022 |
| 1.0.1 | 675 | 1/21/2022 |
Adds support for ScaleOut Digital Twin simulations.