Skip to content

Install Cloudoor's Command-line: DOOR

The Cloudoor command-line tool, door, allows users to perform actions on the Cloudoor 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 door 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 door  

Option 3: Install from the Release.

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

For DOOR 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 door /usr/local/bin/

For DOOR 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 door /usr/local/bin/

Verify door Installation.

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

door --help 

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