CLI Installation

CLI Installation #

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.

Install levv CLI #

Open a terminal and execute the following command to download and install 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.