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 -o install-levv.sh && bash install-levv.sh
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.