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).
Properties
Section titled “Properties”name:
string
Binary to probe (e.g. the adapter’s CLI).
version
Section titled “version”version:
string
Minimum required version. Distinct from NodeCatalogEntryDto.version (the node scheme version).
versionCommand?
Section titled “versionCommand?”
optionalversionCommand?:string|null
Probe argument; defaults to --version when omitted.