Skip to main content
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: You can install the Cobo CLI using pip, which works on all supported operating systems:
$ pip install cobo-cli

macOS

You can install the Cobo CLI on macOS using Homebrew:
$ brew install cobo/cobo-cli

Verify the installation

To verify that the Cobo CLI has been installed correctly, open a new terminal
$ cobo version

Next steps

Now that you have the Cobo CLI installed, you’re ready to log in and authenticate with your Cobo account.