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
PraisonAI Wrapper line is omitted when praisonai is not installed.
Show version as JSON
praisonai key is omitted when the wrapper package is not installed.
Check for updates
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
praisonai-code package version string and exits immediately.
See Also
- Doctor - Health checks
- PraisonAI Code CLI - Standalone CLI overview
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)
Quick one-liner (Typer global option, not the panel above):
JSON (version show)
praisonai key is omitted when the wrapper is not installed.
Check for updates
praisonai-code version with PyPI.
version check requires outbound HTTPS to PyPI."latest": null and an "error" string instead.
