Skip to content

Installation

The levv CLI is a command line utility that allows developers and cloud engineers to interact with levv cloud. It runs on your local computer, Linux or Mac OS.

Installing the levv CLI

Open a terminal window and run the following command to download and install the levv CLI:

curl https://releases.levv.io/install.sh | bash

The levv binary will be installed in the $HOME/.local/bin folder.

If you would like to install the binary for all users in /usr/local/bin, run the script with root privileges instead.

curl https://releases.levv.io/install.sh | sudo bash

Once the process is completed you can verify the installation by executing

levv version

Note

On Mac OS you might experience a refusal to run the application, in that case, you need to manually allow its execution, as explained here.

Login

To interact with levv cloud you need to authenticate to begin

levv auth login

A welcome message is displayed on success.