Usage: pilot-uri-helper [options] URI ...
Fetch information from the specified URI using https proxy authentication.
Warning: if this program is called with -j option, it will fail if server
response does not have appropriate Content-Type.
Options:
--version show program's version number and exit
-h, --help show this help message and exit
Common options:
--usercert=FILE User certificate filename (default:
/home/xxx/.globus/usercert.pem)
--userkey=FILE User key filename (default:
/home/xxx/.globus/userkey.pem)
--userkeypass=XXX Password for user key (default: read from stdin)
--proxy=FILE Proxy certificate chain filename (default:
/tmp/x509up_u500)
--noproxy Do not use proxy certificate, use user certificate
instead (default: use proxy certificate).
--output=DIR Output directory to use (default: .)
-j, --json JSON output. Implies -q (default: off)
-v, --verbose Be more verbose about what's going on (default: off)
-q, --quiet Do not output any information intended for human
beings. (default: off)
--debug=LEVEL Debug level. Available levels are: fatals (0), errors
(1), warnings (2), info messages (3), debug messages
(4). Default: 1
--log=FILE Debug log destination (default: stderr)
--url=URL Pilot server to user if not obvious from other
arguments (default: $PILOT_SERVER)
--help-exit-codes Display help on CLI utilities exit codes