Skip to main content
Developer Hub home page
Version 2.0
Search...
⌘K
Ask AI
Submit Feedback
Product Manuals
Cobo Portal
Cobo Portal
Search...
Navigation
Get Started
Installation
Guides
API References
Developer Tools
Cobo Portal Apps
Cobo CLI
Cobo CLI
Overview
Get Started
Installation
Login and Authentication
Environment Management
Key Management
Configuring Cobo CLI
Global Options
Utility Commands
API Commands
GraphQL
Webhooks
App Development
Workflows
Reference
On this page
System requirements
Install the Cobo CLI
Using pip (recommended)
macOS
Verify the installation
Next steps
Get Started
Installation
This guide will help you install the Cobo CLI on your local machine. The Cobo CLI is a powerful tool that allows you to interact with Cobo WaaS 2 services directly from your terminal.
System requirements
The Cobo CLI is supported on most operating systems. Ensure your system meets the following requirements:
macOS (10.14 Mojave or later)
Windows 10 or later
Linux (most distributions supported)
Install the Cobo CLI
Choose the installation method that best suits your operating system:
Using pip (recommended)
You can install the Cobo CLI using pip, which works on all supported operating systems:
Copy
Ask AI
$
pip
install
cobo-cli
macOS
You can install the Cobo CLI on macOS using Homebrew:
Copy
Ask AI
$
brew
install
cobo/cobo-cli
Verify the installation
To verify that the Cobo CLI has been installed correctly, open a new terminal
Copy
Ask AI
$
cobo
version
Next steps
Now that you have the Cobo CLI installed, you’re ready to
log in and authenticate
with your Cobo account.
Changelog
Login and Authentication
⌘I
Assistant
Responses are generated using AI and may contain mistakes.