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.