blob: 00104d961211925699e9f354a6178eab4cee02ee (
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
|
es-public-proxy(1) "es-public-proxy Manual Page"
# NAME
es-public-proxy - something something
# SYNOPSIS
es-public-proxy --config CONFIGFILE
# DESCRIPTION
# OPTIONS
Argument processing is crude; only one option can be specified at a time.
*-h, --help*
Prints help information
*-V, --version*
Prints version information
*--config <file>* [env: ES_PUBLIC_PROXY_CONFIG_PATH]
Supply path to configuration file (TOML), which is effectively required for operation
*--example-config*
An annotated config file (TOML) will be printed to standard out.
# EXAMPLES
Some examples of usage will go here.
es-public-proxy --example-config > /etc/es_public_proxy.toml
es-public-proxy --config /etc/es_public_proxy.toml
|