aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-feed-client-cli/src/test/resources/help.txt
blob: 1c537defb014e53e2e65b00f7bb003f29215a256 (plain) (blame)
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
usage: vespa-feed-client <options>
Vespa feed client
    --benchmark                           Enable benchmark mode
    --ca-certificates <arg>               Path to file containing CA X.509
                                          certificates encoded as PEM
    --certificate <arg>                   Path to PEM encoded X.509
                                          certificate file
    --connections <arg>                   Number of concurrent HTTP/2
                                          connections
    --disable-ssl-hostname-verification   Disable SSL hostname
                                          verification
    --endpoint <arg>                      URI to feed endpoint
    --file <arg>                          Path to feed file in JSON format
    --header <arg>                        HTTP header on the form 'Name:
                                          value'
    --help
    --max-streams-per-connection <arg>    Number of concurrent streams per
                                          HTTP/2 connection
    --private-key <arg>                   Path to PEM/PKCS#8 encoded
                                          private key file
    --route <arg>                         Target Vespa route for feed
                                          operations
    --stdin                               Read JSON input from standard
                                          input
    --timeout <arg>                       Feed operation timeout (in
                                          seconds)
    --trace <arg>                         The trace level of network
                                          traffic. Disabled by default
                                          (=0)
    --verbose
    --version