CLI Installation

These instructions will guide you through the DevZero CLI installation process based on your local operating system. Our CLI enables you to build, launch, and connect to your team's workspaces.

MacOS and/or Linux Installation

Run the following command from within your terminal:

curl -fsSL https://get.devzero.io | sh
Windows Installations

Our Windows CLI requires WSL 2. We do not support WSL 1. To verify your WSL version you can run the following from your Command shell or PowerShell:

wsl -l -v

If you need to install or upgrade your WSL version please follow these instructions. Once you have confirmed your WSL version, please open the Linux shell and run the following command:

curl -fsSL https://get.devzero.io | sh

Last updated