# Command line parameters

`--help`

Displays a brief help page and exits (with code 0), like shown here:

```
Meterian ISAAC v1.1.25
© 2017-2024 Meterian Ltd - All rights reserved

 --help			Displays this help end exits(0)
 --project-url		Specifies project url, if you are not using git (example: --project-url=https://svn.theforge.com/hubba/logos)
 --project-branch	Specifies project branch, if you are not using git (example: --project-branch=master)
 --project-commit	Specifies project commit, if you are not using git (example: --project-commit=9460cabbf623945495e6108c9d1979a9e7b5d8e7)
 --report-json		Produces a JSON report file (example: --report-json=~/report.json)
 --report-pdf		Produces a PDF report file (example: --report-pdf=~/report.pdf)
 --report-sbom		Produces a Software Bill Of Meterials report file(s), format can be specified and separated by commas(see the doc)  (example: --report-sbom=~/sbom.csv)
 --report-console	Ouputs the scan report on the console (default: color if not specified - options color|nocolor)
 --project-tags		Allows to add a set of user defined tags (comma separated) to the project (example: ", PARAM_PROJECT_TAGS, "=production,platform)

Meterian servers at https://qa.meterian.io/ are reachable from this system
Meterian servers are authorizing this client for account "Meterian Team Account"

```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.meterian.io/iac-scanner/command-line-parameters.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
