Skip to main content
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
Feel free to share your feedback to improve our documentation!