Skip to content
Go to Boltz API

Cli

Check the installed boltz-api CLI version against the currently published CLI release and the minimum version supported by the Boltz API.

CLI version metadata
client.cli.version(CliVersionParams { current, platform } query?, RequestOptionsoptions?): CliVersionResponse { install, latest, message, 3 more }
GET/compute/v1/cli/version
ModelsExpand Collapse
CliVersionResponse { install, latest, message, 3 more }
install: Install { macos_linux, windows }
macos_linux: string
windows: string
latest: string
message: string | null
minimum_supported: string
update_available: boolean
update_required: boolean