Frontmatter5 fields
type- Command Documentation
title- openknowledge version
description- Prints the CLI version string.
tagstimestamp
openknowledge version
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.