使用 Drone 命令行工具来管理 Drone 用户和仓库设置等多项功能。
安装二进制包
下载和安装这些平台的二进制包:
Platform | Download |
---|---|
Linux x64 | tarball |
Linux arm64 | tarball |
Linux arm | tarball |
Windows x64 | tarball |
Darwin x64 | tarball |
Linux 安装
访问 https://github.com/drone/drone-cli/releases/ 了解最新版本号,可替换 v0.8.6 为最新版本。
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
OSX 安装
访问 https://github.com/drone/drone-cli/releases/ 了解最新版本号,可替换 v0.8.6 为最新版本。
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
使用 Homebrew 安装
brew tap drone/drone
brew install drone