openknowledge version
July 28, 2026 ยท View on GitHub
Use okn version to print the CLI version. The command accepts no
arguments.
Usage
okn version
okn version --help
Example output
0.6.0
The root package.json defines the repository release version.
pnpm check:versions compares this value with the command fallback, npm
wrapper, and web workspace. GoReleaser injects the normalized Git tag into
published binaries.
Use cases
- Confirm the installed CLI version in support or release workflows.
- Compare npm wrapper and binary release expectations.
- Keep release verification simple.
Source anchors
packages/cli/cmd/openknowledge/main.go.goreleaser.yamlpackages/npm/package.jsonpackage.jsonscripts/check-versions.mjsUpdate notes
Update this page if version injection, release tagging, or package version alignment behavior changes.