summaryrefslogtreecommitdiffstats
path: root/es-public-proxy.1
blob: ee12f43bba209725c1b8e25f1f7f6adf63e5e56d (plain)
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
.\" Generated by scdoc 1.9.0
.ie \n(.g .ds Aq \(aq
.el       .ds Aq '
.nh
.ad l
.\" Begin generated content:
.TH "es-public-proxy" "1" "2020-08-26" "es-public-proxy Manual Page"
.P
.SH NAME
.P
es-public-proxy - something something
.P
.SH SYNOPSIS
.P
es-public-proxy --config CONFIGFILE
.P
.SH DESCRIPTION
.P
.SH OPTIONS
.P
Argument processing is crude; only one option can be specified at a time.
.P
\fB-h, --help\fR
.RS 4
Prints help information
.P
.RE
\fB-V, --version\fR
.RS 4
Prints version information
.P
.RE
\fB--config <file>\fR [env: ES_PUBLIC_PROXY_CONFIG_PATH]
.RS 4
Supply path to configuration file (TOML), which is effectively required for operation
.P
.RE
\fB--example-config\fR
.RS 4
An annotated config file (TOML) will be printed to standard out.
.P
.RE
.SH EXAMPLES
.P
Some examples of usage will go here.
.P
.RS 4
es-public-proxy --example-config > /etc/es_public_proxy.toml
.P
es-public-proxy --config /etc/es_public_proxy.toml
.P
.RE