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:
-
A curl script
-
Brew or you can
-
Download binaries from the releases page.
Once installed, you'll get the cnoctl command.
Option 1: Install with curl¶
Option 2: Install with brew on MacOS¶
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.
Example for version v1.0.1 on MacOs:
wget https://github.com/beopencloud/cno/releases/download/v1.0.1/cnoctl_1.0.1_Darwin_x86_64.tar.gz
tar -xzf cnoctl_1.0.1_Darwin_x86_64.tar.gz
mv cnoctl /usr/local/bin/
Verify cnoctl Installation.
To check if cnoctl is correctly installed, use the command help:
Now that everything is set up, you can install CNO.
Last update: 2022-09-02