NAME:
drone build list - show build history
USAGE:
drone build list [command options] [arguments...]
OPTIONS:
--format value format output (default: "\x1b[33mBuild #{{ .Number }} \x1b[0m\nStatus: {{ .Status }}\nEvent: {{ .Event }}\nCommit: {{ .Commit }}\nBranch: {{ .Branch }}\nRef: {{ .Ref }}\nAuthor: {{ .Author }} {{ if .Email }}<{{.Email}}>{{ end }}\nMessage: {{ .Message }}\n")
--branch value branch filter
--event value event filter
--status value status filter
--limit value limit the list size (default: 25)