Installing the CLI tools
Octelium CLI tools (namely octelium
, octeliumctl
and octops
) are currently supported for Linux, MacOS and Windows can be downloaded and installed using various ways. octeliumctl
and octops
can actually run on other platforms supported by Golang by building from source as shown below.
Using Shell Script
You can directly download and install pre-compiled binaries as follows:
For Linux and MacOS
curl -fsSL https://octelium.com/install.sh | sh
For Windows in Powershell
iwr https://octelium.com/install.ps1 -useb | iex
Build From Source
You can build the CLI tools from source code as follows:
git clone https://github.com/octelium/octeliumcd octeliummake install-cli
Now you will find the 3 binaries octelium
, octeliumctl
and octops
in the directory bin
inside your git repo root directory.
Container
You can pull the octelium
image to be used for any container environment as follows:
docker pull ghcr.io/octelium/octelium
You can read more about how to connect with octelium
containers here.