Skip to main content
Try Cobo WaaS Skill in your AI coding assistant (Claude Code, Cursor, etc.). Describe your needs in natural language to auto-generate production-ready SDK code and debug faster 🚀
This guide explains how to check and manage your Cobo CLI version. You’ll learn how to verify which version you’re currently running and how to update to the latest release to access new features and improvements.

Check current version

To display the current version of Cobo CLI, use the following command:
cobo version
Example output:
Cobo CLI version: 0.1.0

Update Cobo CLI

To ensure you have access to the latest features and bug fixes, it’s important to keep your Cobo CLI up to date. The update process depends on how you initially installed the tool. If you installed Cobo CLI using pip, you can update it with the following command:
pip install --upgrade cobo-cli
If you installed Cobo CLI using Homebrew on macOS, you can update it with these commands:
brew upgrade cobo-cli
After updating, verify the new version:
cobo version