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
cli.version(CliVersionParams**kwargs) -> CliVersionResponse
GET/compute/v1/cli/version
ModelsExpand Collapse
class CliVersionResponse:
install: Install
macos_linux: str
windows: str
latest: str
message: Optional[str]
minimum_supported: str
update_available: bool
update_required: bool