Installation
Translationsβ
This tutorial is also available in the following languages:
Homebrewβ
First installation:
brew tap cwc/cwc https://gitlab.comwork.io/oss/cwc/homebrew-cwc.git
brew install cwc
Upgrade:
brew update
brew upgrade cwc
Curlβ
Linuxβ
Linux x86 (64 bit)β
version="1.12.0"
curl -L "https://gitlab.comwork.io/oss/cwc/cwc/-/releases/v${version}/downloads/cwc_${version}_linux_amd64.tar.gz" -o "cwc_cli.tar.gz"
mkdir cwc_cli && tar -xf cwc_cli.tar.gz -C cwc_cli
sudo ./cwc_cli/install.sh
Beware of checking if the version is available in the releases because we only keep the 5 last builds.
Linux arm (64 bit)β
version="1.12.0"
curl -L "https://gitlab.comwork.io/oss/cwc/cwc/-/releases/v${version}/downloads/cwc_${version}_linux_arm64.tar.gz" -o "cwc_cli.tar.gz"
mkdir cwc_cli && tar -xf cwc_cli.tar.gz -C cwc_cli
sudo ./cwc_cli/install.sh
Beware of checking if the version is available in the releases because we only keep the 5 last builds.
For MacOSβ
MacOS x86/arm (64 bit)β
version="1.12.0"
curl -L "https://gitlab.comwork.io/oss/cwc/cwc/-/releases/v${version}/downloads/cwc_${version}_darwin_all.tar.gz" -o "cwc_cli.tar.gz"
mkdir cwc_cli && tar -xf cwc_cli.tar.gz -C cwc_cli
sudo ./cwc_cli/install.sh
Beware of checking if the version is available in the releases because we only keep the 5 last builds.
For Windowsβ
Windows x86 (64 bit)β
curl -L "https://gitlab.comwork.io/oss/cwc/cwc/-/releases/v1.12.0/downloads/cwc_1.12.0_windows_amd64.zip" -o "cwc_cli.zip"
unzip cwc_cli.zip
cd
cwc.exe
Beware of checking if the version is available in the releases because we only keep the 5 last builds.
Windows arm (64 bit)β
curl -L "https://gitlab.comwork.io/oss/cwc/cwc/-/releases/v1.12.0/downloads/cwc_1.12.0_windows_arm64.zip" -o "cwc_cli.zip"
unzip cwc_cli.zip
cd cwc_cli
cwc.exe