summaryrefslogtreecommitdiffstats
path: root/vespa-feed-client-cli/src/test/resources/help.txt
blob: 66d7c3521c29507b5a98db2f250fc4255a4a1273 (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
usage: vespa-feed-client <options>
Vespa feed client
    --benchmark                           Print statistics to stdout when
                                          done
    --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
    --dryrun                              Enable dryrun mode where each
                                          operation succeeds after 1ms
    --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-failure-seconds <arg>           Exit if specified number of
                                          seconds ever pass without any
                                          successful operations. Disabled
                                          by default
    --max-streams-per-connection <arg>    Maximum number of concurrent
                                          streams per HTTP/2 connection
    --private-key <arg>                   Path to PEM/PKCS#8 encoded
                                          private key file
    --proxy <arg>                         URI to proxy endpoint
    --route <arg>                         Target Vespa route for feed
                                          operations
    --show-all                            Print the result of every feed
                                          operation
    --show-errors                         Print every feed operation
                                          failure
    --silent                              Disable periodic status printing
                                          to stderr
    --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                             Print stack traces on errors
    --version