Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 2.29 KB

File metadata and controls

57 lines (42 loc) · 2.29 KB
date 2000-01-01 00:00:00 +0000
title Installation
author bradrydzewski
weight 1
aliases
/cli/install
/cli-installation/
/cli/drone-fmt

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

Binary Downloads

Download and install the raw binaries by platform:

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

Install on Linux

  • Download and install on Linux:

    $ curl -L https://github.com/harness/drone-cli/releases/latest/download/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/harness/drone-cli/releases/latest/download/drone_darwin_amd64.tar.gz | tar zx
    $ sudo cp drone /usr/local/bin
    
  • Or download and install on OSX using Homebrew:

    $ brew install drone-cli
    

Install on Windows

  • Download and install on Windows using scoop:

    $ scoop install drone