Meterian
Search…
Command line parameters
--help Displays a brief help page and exits (with code 0), like shown here:
1
Meterian Client v1.2.24.4, build 13c1adb-730
2
© 2017-2022 Meterian Ltd - All rights reserved
3
​
4
--tpn Displays the third party notice for this application and exits(0)
5
--help Displays this help and exits(0)
6
--clean Cleans any previous build information on the client
7
--folder The root folder of the project (default: current folder) (example: --folder=/path/to/project)
8
--local Runs this build using the local build system (default: --local=true)
9
--interactive Allows the client to use the browser for interactive authentication (default: --interactive=true)
10
--start-only Uses two-phase build, start remotely and exit (default: --start-only=false)
11
--auth-file Uses an authorisation file (example: --auth-file=~/ci.json)
12
--min-security Specifies the minimum security level to pass the build (default: --min-security=90 or as set in the account)
13
--min-stability Specifies the minimum stability level to pass the build (default: --min-stability=80 or as set in the account)
14
--min-licensing Specifies the minimum licensing level to pass the build (default: --min-licensing=95 or as set in the account)
15
--report-file Produces an HTML report file (example: --report-file=~/report.html)
16
--report-json Produces an JSON report file (example: --report-json=~/report.json)
17
--report-junit Produces a JUNIT XML report file (example: --report-junit=~/report.xml)
18
--report-pdf Produces an PDF report file (example: --report-pdf=~/report.pdf)
19
--report-threadfix Produces an Threadfix-compatible report file (example: --report-threadfix=~/report.threadfix)
20
--report-sbom Produces a Software Bill Of Meterials report file, format can be specified (see the doc) (example: --report-sbom=~/sbom.csv)
21
--report-console Ouputs the scan report on the console (default: color if not specified - options color|nocolor|security|stability|licensing
22
--project-url Specifies project url, if you are not using git (example: --project-url=https://svn.theforge.com/hubba/logos)
23
--project-branch Specifies project branch, if you are not using git (example: --project-branch=master)
24
--project-commit Specifies project commit, if you are not using git (example: --project-commit=9460cabbf623945495e6108c9d1979a9e7b5d8e7)
25
--project-key Specifies project to associate this analysys to (example: --project-key=f6239454)
26
--project-tags Allows to add a set of user defined tags (comme separated) to the project (example: --project-tags=production,platform)
27
--concurrent-mode Enables concurrent mode (default: --concurrent-mode=true)
28
--scan-java Forces java scan (default: will run if java code present)
29
--scan-nodejs Forces nodejs scan (default: will run if nodejs code present)
30
--scan-dotnet Forces dotnet scan (default: will run if dotnet code present)
31
--scan-javascript Forces javascript scan (true:false:maybe) (default: won't run)
32
--scan-ruby Forces ruby scan (default: will run if ruby code present)
33
--scan-rust Forces rust scan (default: will run if rust code present)
34
--scan-elixir Forces elixir scan (default: will run if rust code present)
35
--scan-scala Forces scala scan (default: will run if scala code present)
36
--scan-python Forces python scan (default: will run if python code present)
37
--scan-perl Forces perl scan (default: will run if perl manifests present)
38
--scan-golang Forces golang scan (default: will run if go manifests present)
39
--scan-unity Forces scan of unity packages (true:false) (default: won't run)
40
--scan-cpp Forces scan of C/CPP packages via conan (true:false) (default: will run if conan manifests are present)
41
--scan-r Forces R scan (true:false) (default: will run if renv manifests present)
42
--autofix Automatically fixes dependencies versions (see the online documentation)
43
--dump Dumps the requested report on the console (example: --dump=dependencies)
44
--process-notebooks Enables processing of (python only) jupyter notebooks
45
--fail-gracefully The system will fail gracefully in case of network errors
46
--exclude-folders Allow to excludes folder from analysis, where applicable (example: **/*.samples,**/*.labs)--exclude-folders=)
47
​
48
For any furher information please refer to the online documentation at docs.meterian.io
49
​
50
Meterian servers are reachable from this system
51
​
Copied!
It will also check that the connectivity with the Meterian cloud servers is in place: this is useful in case you want to validate your proxy configuration or you fear a corporate firewall is interfering.
Please refer to the following subsections for further information.
Copy link