Home Explore Blog CI



man-pages

2nd chunk of `ipptool.man`
dc50a80e8830ddfa348ffab8d573f7a55908787373d5b3aa0000000100000879
 continue past errors.

       -L   Specifies that requests should be sent  using  the  HTTP/1.0  "Con‐
            tent-Length:" header, which is required for conformance by all ver‐
            sions  of  IPP.  The default is to use "Transfer-Encoding: chunked"
            for requests with attached files and "Content-Length:" for requests
            without attached files.

       -P filename.plist
            Specifies that the test results should be written to the named  XML
            (Apple  plist)  file  in  addition to the regular test report (-t).
            This option is incompatible with the  -i  (interval)  and  -n  (re‐
            peat-count) options.

       -S   Forces (dedicated) TLS encryption when connecting to the server.

       -T seconds
            Specifies a timeout for IPP requests in seconds.

       -V version
            Specifies  the  default  IPP version to use: 1.0, 1.1, 2.0, 2.1, or
            2.2. If not specified, version 1.1 is used.

       -X   Specifies that XML (Apple plist) output is desired instead  of  the
            plain text report.  This option is incompatible with the -i (inter‐
            val) and -n (repeat-count) options.

       -c   Specifies  that  CSV (comma-separated values) output is desired in‐
            stead of the plain text output.

       -d name=value
            Defines the named variable.

       -f filename
            Defines the default request filename for tests.

       -h   Validate HTTP response headers.

       -i seconds
            Specifies that the (last) testfile should be repeated at the speci‐
            fied interval.  This option is incompatible with the -X (XML  plist
            output) option.

       -j   Specifies that ipptool will produce JSON output.

       -l   Specifies that plain text output is desired.

       -n repeat-count
            Specifies that the (last) testfile should be repeated the specified
            number  of  times.   This  option  is incompatible with the -X (XML
            plist output) option.

       -q   Be quiet and produce no output.

       -t   Specifies that CUPS test report output is

Title: ipptool Options: Continuing Past Errors to CSV Output
Summary
This section details various command-line options for `ipptool`, including options to handle errors, specify HTTP headers, output results to XML (plist) or CSV formats, define variables, validate HTTP headers, repeat tests at intervals or a set number of times, suppress output, and generate CUPS test reports.