cliDetection
cliDetection
Section titled “cliDetection”| Field | Value |
|---|---|
| Prefix | cliDetection |
| Namespace constant | CLIDetectionNamespace |
| Subjects constant | CLIDetectionSubjects |
| Kind | bus |
| Schema record | CLIDetectionSchemas |
| Tier | framework |
| Package | @makaio/services-core |
| Defined in | packages/services/core/src/cli-detection/namespace.ts |
Subjects
Section titled “Subjects”| Key | Wire | Type | Schema |
|---|---|---|---|
scan | cliDetection.scan | rpc | — |
Subject Details
Section titled “Subject Details”cliDetection.scan (rpc)
Section titled “cliDetection.scan (rpc)”Scan for CLI tools.
Detects installed CLI binaries and their versions.
Subject: cliDetection.scan
Type: Request (RPC)
Request:
| Field | Type | Required |
|---|---|---|
binaries | string[] | yes |
Response:
| Field | Type | Required |
|---|---|---|
results | { binary: string; found: boolean; version?: string | undefined; path?: string | undefined; }[] | yes |
Auto-generated by yarn docs:bus. Do not edit manually.