Overview
Theoobo version command displays version information for oobo, the underlying git binary, and environment details. This is useful for troubleshooting and when reporting issues.
Usage
Options
Output as JSON for machine parsing
Examples
Show version information
JSON output for agents
Version Information
oobo version
The currently installed version of oobo. Follows semantic versioning.git version
The version of the git binary that oobo uses. Oobo requires git 2.23 or higher.Platform
Your operating system and architecture:darwin-arm64— macOS Apple Silicondarwin-x86_64— macOS Intellinux-x86_64— Linux 64-bit (glibc)linux-x86_64-musl— Linux 64-bit (musl)linux-aarch64— Linux ARM64
Install path
Where the oobo binary is installed (usually~/.local/bin/oobo).
Config path
Location of the configuration file (~/.oobo/config.toml).
Database path
Location of the SQLite database (~/.oobo/oobo.db).
Use Cases
Check if update is needed
Compare your version with the latest release:oobo update --check to automatically check.
Verify installation
After installing oobo, verify it’s accessible:Report version in issues
When reporting bugs, include your version info:Check git compatibility
Oobo requires git 2.23+. Verify your git version:Comparison with other version commands
Unlike many CLI tools, oobo uses
oobo version (a subcommand) rather than oobo --version (a flag). This is because oobo forwards unknown flags to git, and --version would show git’s version instead.Related Commands
Update
Update to the latest version
Inspect
Run diagnostics
Installation
Installation guide
