Skip to content

CliToolDescriptorDto

Mirror of flow_application::nodes::CliTool. Present only on cli-tool action entries. version is the minimum required CLI version; the Node Hub probes name on the user’s machine and compares (installed version at or above required is OK).

name: string

Binary to probe (e.g. the adapter’s CLI).


version: string

Minimum required version. Distinct from NodeCatalogEntryDto.version (the node scheme version).


optional versionCommand?: string | null

Probe argument; defaults to --version when omitted.