1
0
mirror of https://github.com/drone/drone-cli.git synced 2024-11-23 09:21:56 +01:00

add log command

This commit is contained in:
Tony Li 2018-02-20 14:43:09 -05:00
parent 80e17b70e6
commit 133ae30ec1
No known key found for this signature in database
GPG Key ID: E73DA11CDB50D072

@ -66,6 +66,7 @@ func main() {
}
app.Commands = []cli.Command{
build.Command,
log.Command,
deploy.Command,
exec.Command,
info.Command,