frame_cli.update module

Module for updating FRAME CLI.

exception frame_cli.update.CannotInstallFRAMEAPIError[source]

Bases: Exception

Error installing the FRAME API package.

frame_cli.update.install_api_package()[source]

Install the FRAME API package.

The API package cannot be put in the pyproject.toml because it prevents publishing in PyPI.

frame_cli.update.update() None[source]

Update FRAME CLI, assuming it has been installed with uv tool install.