Skip to main content
The version command displays version information and checks for updates. Available from both praisonai-code (standalone) and praisonai (full wrapper).

Usage

Commands

Examples

Show version panel

Output (text mode):
The PraisonAI Wrapper line is omitted when praisonai is not installed.

Show version as JSON

JSON output keys:
The praisonai key is omitted when the wrapper package is not installed.

Check for updates

Queries https://pypi.org/pypi/praisonai-code/json and returns:
version check requires outbound HTTPS access to PyPI. In air-gapped environments, the command exits with an error message instead.

Quick version flag

Prints only the praisonai-code package version string and exits immediately.

See Also

Standalone praisonai-code binary

The same version group works when you invoke the praisonai-code console script or python -m praisonai_code.

Default (version show)

Human-readable panel fields: Quick one-liner (Typer global option, not the panel above):

JSON (version show)

Keys emitted:
The praisonai key is omitted when the wrapper is not installed.

Check for updates

Compares the installed praisonai-code version with PyPI.
version check requires outbound HTTPS to PyPI.
JSON shape:
On failure, JSON mode may include "latest": null and an "error" string instead.