Managing the CLI tool itself

To install and uninstall the Frame CLI tool, refer to the Quick start section.

check

Use the check command to verify that:

  • The Frame API is reachable

  • uv is installed, needed to create Python virtual environments

  • git is installed, needed to add new hybrid models or components to the Frame library

frame check

version

Use the version command to print the currently installed version of the Frame CLI tool.

frame version

update

If the Frame CLI tool has been installed using uv (using uv tool install frame-cli), you can update it with:

frame update