Skip to content

cliDetection

FieldValue
PrefixcliDetection
Namespace constantCLIDetectionNamespace
Subjects constantCLIDetectionSubjects
Kindbus
Schema recordCLIDetectionSchemas
Tierframework
Package@makaio/services-core
Defined inpackages/services/core/src/cli-detection/namespace.ts
KeyWireTypeSchema
scancliDetection.scanrpc

Scan for CLI tools.

Detects installed CLI binaries and their versions.

Subject: cliDetection.scan Type: Request (RPC)

Request:

FieldTypeRequired
binariesstring[]yes

Response:

FieldTypeRequired
results{ binary: string; found: boolean; version?: string | undefined; path?: string | undefined; }[]yes

Auto-generated by yarn docs:bus. Do not edit manually.