drone 几个有用的命令

Posted rongfengliang

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了drone 几个有用的命令相关的知识,希望对你有一定的参考价值。

1. 安装cli 工具

linux 

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


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

2.  全部命令

     build      manage builds
     deploy     deploy code
     exec       execute a local build
     info       show information about the current user
     registry   manage registries
     secret     manage secrets
     repo       manage repositories
     user       manage users
     server     manage servers
     autoscale  manage autoscaling
     help, h    Shows a list of commands or help for one command
 
3. 几个命令说明
registry  可以进行容器镜像仓库的管理(包括密钥)

secret    存储一些项目敏感的信息,比如密码,账户信息,数据库信息

repo      git 代码管理

build     项目构建的一些操作,比如查看信息,启动构建

deploy    执行项目的部署
4. 参考文档
http://docs.drone.io/cli-installation/

以上是关于drone 几个有用的命令的主要内容,如果未能解决你的问题,请参考以下文章

13 个非常有用的 Python 代码片段

text 有用的nginx命令和片段

超级有用的9个PHP代码片段

Drone-使用缓存插件优化构建速度

从 Ar Drone 2.0 获取 GPS 数据

C# 最有用的(自定义)代码片段是啥? [关闭]