weavori version
Print the installed Weavori version.
Usage
weavori version
Prints the currently installed version of the Weavori CLI. Use this to verify your installation or check for updates.
Example
weavori version
weavori 1.0.0
Version pinning
In CI/CD environments, always pin your Weavori version for deterministic builds. When using npx:
npx @weavori/cli@1.0.0 generate ...
See the CI/CD integration guide for more details.