CLI Installation

The Drone command line tools are used to interact with the Drone from the command line, and provides important utilities for managing users and repository settings.

Install Binaries

Download and install the raw binaries by platform:

Platform Download
Linux x64 tarball
Linux arm64 tarball
Linux arm tarball
Windows x64 tarball
Darwin x64 tarball

Install on Windows

Download and install on Windows using scoop:

scoop install drone

Install on Linux

Download and install on Linux:

curl -L https://github.com/drone/drone-cli/releases/download/v0.8.6/drone_linux_amd64.tar.gz | tar zx
sudo install -t /usr/local/bin drone

Install on OSX

Download and install on OSX:

curl -L https://github.com/drone/drone-cli/releases/download/v0.8.6/drone_darwin_amd64.tar.gz | tar zx
sudo cp drone /usr/local/bin

Download and install on OSX using Homebrew:

brew tap drone/drone
brew install drone

Is there a mistake on this page? Please let us know or edit this page.