Table of Contents

Installing the IG Command-line Tool

The ScaleOut IG command-line utility is a .NET tool that simplifies the packaging and deployment of IG worker projects.

Prerequisites

  • .NET Core 3.1 SDK or .NET 5 SDK (or higher)

Installation

Install from NuGet:

dotnet tool install -g Scaleout.InvocationGrid.Cli 
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

dotnet tool update -g Scaleout.InvocationGrid.Cli
Note

Omit the -g flag if the tool was installed to the local folder.

Uninstall

dotnet tool uninstall -g Scaleout.InvocationGrid.Cli
Note

Omit the -g flag if the tool was installed to the local folder.