forked from dalavanmanphonsy/jiradog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjiradog.1
37 lines (37 loc) · 1.02 KB
/
jiradog.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.TH JIRADOG 1 "2018-06-07" "1.2.20"
.SH NAME
jiradog - pull information from JIRA and upload as metrics to DataDog
.SH SYNOPSIS
.B jiradog
[\fB\-l\fR]
[\fB\-m\fR \fIMETRIC_NAME\fR]
[\fB\-n\fR]
[\fB\-f\fR \fIFORMAT\fR]
.SH DESCRIPTION
.B jiradog
pulls information/statistics from JIRA and uploads to DataDog
.SH OPTIONS
.TP
.BR \-l ", " \-\-list
List metrics from the metric config.
.TP
.BR \-m ", " \-\-metric " " \fIMETRIC_NAME\fR
Specify a metric name from the metrics file to only run that metric config.
.TP
.BR \-n ", " \-\-noop
Run the metrics without uploading to Datadog, and output to stdout.
.TP
.BR \-f ", " \-\-formatting " " \fIFORMAT\fR
Specify the format [jira, csv, markdown] to output to stdin with --noop is set.
.TP
.BR \-d ", " \-\-describe
Prints the configuration block for the specified metric(s).
.TP
.BR \-V ", " \-\-verbosity " " \fIVERBOSITY\fR
Sets verbosity level: notset, debug, info, warning, error, critical.
.TP
.BR \-h ", " \-\-help
Show the help page.
.TP
.BR \-v ", " \-\-version
Show the version number.