To manage Depot builds and workflows from your terminal, install the Depot CLI. You can submit an issue or contribute to the Depot CLI in our public GitHub repository.
Install the Depot CLI with Homebrew:
brew install depot/tap/depotInstall the Depot CLI with the installation script.
Install the latest version:
curl -L https://depot.dev/install-cli.sh | shTo install a specific version, replace VERSION_NUMBER with the version you want to install:
curl -L https://depot.dev/install-cli.sh | sh -s VERSION_NUMBERDownload the binary file for your platform from the Depot CLI releases page in GitHub.