added command line utility docs

This commit is contained in:
Brad Rydzewski
2015-10-25 15:18:16 -07:00
parent 3dd218b211
commit 3c8c330656
10 changed files with 191 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ gen_static:
mkdir -p static/docs_gen/api static/docs_gen/build
mkdir -p static/docs_gen/api static/docs_gen/plugin
mkdir -p static/docs_gen/api static/docs_gen/setup
mkdir -p static/docs_gen/api static/docs_gen/cli
go generate github.com/drone/drone/static
gen_template: