Class GlobalToolHelper
Inheritance
System.Object
GlobalToolHelper
Namespace: Volo.Abp.Cli.Utils
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class GlobalToolHelper : object
Methods
IsGlobalToolInstalled(String)
Checks whether the tool is installed or not.
Declaration
public static bool IsGlobalToolInstalled(string toolCommandName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | toolCommandName | Eg: For AbpSuite tool it's "abp-suite", for ABP CLI tool it's "abp" |
Returns
| Type | Description |
|---|---|
| System.Boolean |