weavori version

Print the installed Weavori version.

Last updated October 20, 2018

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 0.1.6

Version pinning

In CI/CD environments, always pin your Weavori version for deterministic builds. When using npx:

$npx --yes @weavori/cli@0.1.6 generate ...

See the CI/CD integration guide for more details.