summaryrefslogtreecommitdiff
path: root/docs/japi.1
diff options
context:
space:
mode:
authorPaul Buetow (lxpbuetowlap.united.domain) <paul.buetow@1und1.de>2014-03-16 17:31:10 +0100
committerPaul Buetow (lxpbuetowlap.united.domain) <paul.buetow@1und1.de>2014-03-16 17:31:10 +0100
commit4541f3790ec956b8a46288d3c8d4efd1d7a64654 (patch)
treea5584102b33b642ebea3616826cad186dad4fa5c /docs/japi.1
parent805d8786e3b43a4474ca1d56a1fc6896a9576438 (diff)
New release
Diffstat (limited to 'docs/japi.1')
-rw-r--r--docs/japi.19
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/japi.1 b/docs/japi.1
index f54856e..b17b2be 100644
--- a/docs/japi.1
+++ b/docs/japi.1
@@ -124,7 +124,7 @@
.\" ========================================================================
.\"
.IX Title "JAPI 1"
-.TH JAPI 1 "2014-03-16" "japi 0.1.2" "User Commands"
+.TH JAPI 1 "2014-03-16" "japi 0.2.0" "User Commands"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
@@ -143,6 +143,7 @@ Synopsis: japi
[\-\-debug]
[\-\-help]
[\-\-version]
+ [\-\-nocolor]
[\-\-passfile]
[\-\-jira_apiversion \s-1STRING\s0]
[\-\-jira_query \s-1STRING\s0]
@@ -159,6 +160,9 @@ Prints out the help.
.IP "\-\-version" 4
.IX Item "--version"
Prints out the version.
+.IP "\-\-nocolor" 4
+.IX Item "--nocolor"
+By default the output uses colored text output. This switch disables it.
.IP "\-\-passfile \s-1STRING\s0" 4
.IX Item "--passfile STRING"
Specifies the path to an optional file which includes the Jira \s-1API\s0 password but Base64 encoded. The default value is \f(CW\*(C`~/.japipass\*(C'\fR.
@@ -182,8 +186,9 @@ Almost all options have to be passed the Japi tool via command line. One excepti
.PP
It can be created like this:
.PP
-.Vb 1
+.Vb 2
\& bash \-c \*(Aqread \-s PASSWORD; tr \-d "\en" <<< "$PASSWORD" | base64\*(Aq | tee ~/.japipass
+\& chmod 0600 ~/.japipass
.Ve
.SH "AUTHOR"
.IX Header "AUTHOR"