Skip to content

Install CNO's Command-line: CNOCTL

The CNO command-line tool, cnoctl, allows users to perform actions on the CNO platform.

You can install the CLI with either:

  1. A curl script

  2. Brew or you can

  3. Download binaries from the releases page.

Once installed, you'll get the cnoctl command.

Option 1: Install with curl

curl -sSL https://raw.githubusercontent.com/beopencloud/cno/main/scripts/cnoctl.sh | sh -s

Option 2: Install with brew on MacOS

  brew tap beopencloud/cno
  brew install cnoctl  

Option 3: Install from the Release.

On the cnoctl release page, download the version needed, unarchive it, and move the binary to your system PATH.

For CNOCTL version v2.0.2 on MacOs:

wget https://github.com/beopencloud/cno/releases/download/v2.0.2/cnoctl_Darwin_x86_64.tar.gz

tar -xzf cnoctl_Darwin_x86_64.tar.gz

mv cnoctl /usr/local/bin/

For CNOCTL version v2.0.2 on Ubuntu:

wget https://github.com/beopencloud/cno/releases/download/v2.0.2/cnoctl_Linux_x86_64.tar.gz

tar -xzf cnoctl_Linux_x86_64.tar.gz

mv cnoctl /usr/local/bin/

Verify cnoctl Installation.

To check if cnoctl is correctly installed, use the command help:

cnoctl --help 

Now that everything is set up, you can sign up to CNO.


Last update: 2023-07-05