usage: adr.bat pdfexport [-h] [--query query_string] [--verbose] adr_server_url pdf_filename Export a selected report in pdf format from the ADR server. Note: the template query will always include a top level check. The report will be written into the named file, which must not exist. positional arguments: adr_server_url ADR server URL. Example: http://nexus:cei@127.0.0.1:8000 pdf_filename Filename to save the PDF file as. Must not exist. options: -h, --help show this help message and exit --query query_string Query string used to select the report template to export. Default: no filter --verbose Enable verbose mode
This tool generates a report on the ADR server and renders the selected report into a local PDF format file.
Argument/Option | Description |
---|---|
Arguments | |
adr_server_url | Specifies the hostname, port, username and password of the
ADR server to modify items on. For example:
http://nexus:cei@127.0.0.1:8000 specifies a server
running on the local machine (127.0.0.1) on port 8000. The
username is nexus and the password is
cei. |
pdf_filename | The name to save the PDF file as. This file cannot exist before the operation is performed. |
Options | |
-h, --help | Displays the usage message and exits. |
--query query_string | This query string is used to select the report to be exported. The result of the query must be a single top level report template. |
--verbose | Displays additional status and progress information during the operation. |