Xecrets.Sdk.Cli.Models.CliToolInformation.md

May 26, 2026 · View on GitHub

Xecrets.Sdk

Xecrets.Sdk.Cli.Models

CliToolInformation Class

Information about the command line tool found and used by the SDK

public class CliToolInformation

Inheritance System.Object → CliToolInformation

Remarks

Create a new instance.

Constructors

CliToolInformation(string, string, string) Constructor

Information about the command line tool found and used by the SDK

public CliToolInformation(string apiVersion, string splash, string fullName);

Parameters

apiVersion System.String

An API version string, for example "1.0" (not the tool version).

splash System.String

The "splash" text displayed by the tool, will include the tool version.

fullName System.String

The full path and name of the tool found and used.

Remarks

Create a new instance.

Properties

CliToolInformation.CliToolApiVersion Property

An API version string, for example "1.0" (not the tool version).

public string CliToolApiVersion { get; }

Property Value

System.String

CliToolInformation.CliToolFullName Property

The full path and name of the tool found and used.

public string CliToolFullName { get; }

Property Value

System.String

CliToolInformation.CliToolSplash Property

The "splash" text displayed by the tool, will include the tool version.

public string CliToolSplash { get; }

Property Value

System.String