Skip to content

version

machina version prints the installed CLI version and exits — no network call, no auth required.

Usage

bash
machina version
text
machina-cli v0.8.0

The version comes from the package's __version__ (works the same whether you installed via pip, pipx, or a PyInstaller build). To check if a newer release is available, see update — every command also prints an opportunistic one-line update notice on its own when a newer version exists.