Installing the Message Recording Management Tool
The ScaleOut message-recording
command-line utility is a .NET tool that persists and stages message recordings.
Prerequisites
.NET 6 SDK (or higher)
Installation
To install the message-recording
tool from NuGet, run the following command:
dotnet tool install -g Scaleout.DigitalTwin.Tools.MessageRecording
Note
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
To update your current release of the message-recording
tool, run the following command:
dotnet tool update -g Scaleout.DigitalTwin.Tools.MessageRecording
Note
Omit the -g flag if the tool was installed to the local folder.
Uninstall
To uninstall the message-recording
tool, run the following command:
dotnet tool uninstall -g Scaleout.DigitalTwin.Tools.MessageRecording
Note
Omit the -g flag if the tool was installed to the local folder.