Skip to content
GitLab

akili version

Display the current version of the akili CLI binary.

Terminal window
akili version

akili version prints the CLI version string derived from the crate’s Cargo.toml version field at compile time and exits. This is useful for verifying which CLI version is installed, reporting bugs, and CI/CD compatibility checks.

akili-cli 0.1.0

The version string follows semantic versioning.

Terminal window
# Check installed version
akili version
# Use in CI to verify minimum version
AKILI_VERSION=$(akili version | awk '{print $2}')
echo "Running akili-cli ${AKILI_VERSION}"
  • akili status — checks platform health including API version compatibility