|
16 | 16 |
|
17 | 17 | ```cmd |
18 | 18 | Usage: Coverage41C [-hV] [-p] [--verbose] [-a=<commandAction>] |
19 | | - [-e=<extensionName>] -i=<infobaseAlias> [-o=<outputFile>] |
20 | | - [-P=<projectDirName>] [-p:env=<passwordEnv>] |
21 | | - [-r=<removeSupport>] [-s=<srcDirName>] [-t=<pingTimeout>] |
22 | | - [-u=<debugServerUrl>] [-x=<externalDataProcessorUrl>] |
23 | | - [-n=<debugAreaNames>]... |
24 | | - Make measures from 1C:Enterprise and save them to genericCoverage.xml file |
25 | | - -a, --action=<commandAction> |
26 | | - Action: start, stop, dump, clean, check. Default - |
27 | | - start |
28 | | - -i, --infobase=<infobaseAlias> |
29 | | - InfoBase name. For file infobase use 'DefAlias' name |
30 | | - -e, --extensionName=<extensionName> |
31 | | - Extension name |
32 | | - -x, --externalDataProcessor=<externalDataProcessorUrl> |
33 | | - External data processor (or external report) url |
34 | | - -s, --srcDir=<srcDirName> |
35 | | - Directory with sources exported to xml |
36 | | - -P, --projectDir=<projectDirName> |
37 | | - Directory with project |
38 | | - -o, --out=<outputFile> Output file name |
39 | | - -u, --debugger=<debugServerUrl> |
40 | | - Debugger url. Default - http://127.0.0.1:1550/ |
41 | | - -p, --password Dbgs password |
42 | | - -p:env, --password:env=<passwordEnv> |
43 | | - Password environment variable name |
44 | | - -n, --areanames=<debugAreaNames> |
45 | | - Debug area names (not for general use!) |
46 | | - -t, --timeout=<pingTimeout> |
47 | | - Ping timeout. Default - 1000 |
48 | | - -r, --removeSupport=<removeSupport> |
49 | | - Remove support values: NOT_EDITABLE, |
50 | | - EDITABLE_SUPPORT_ENABLED, NOT_SUPPORTED, NONE. |
51 | | - Default - NONE |
52 | | - --verbose If you need more logs. Default - false |
53 | | - -h, --help Show this help message and exit. |
54 | | - -V, --version Print version information and exit. |
| 19 | + [-c=<inputRawXmlFile>] [-e=<extensionName>] |
| 20 | + -i=<infobaseAlias> [-o=<outputFile>] [-P=<projectDirName>] |
| 21 | + [-p:env=<passwordEnv>] [-r=<removeSupport>] |
| 22 | + [-s=<srcDirName>] [-t=<pingTimeout>] [-u=<debugServerUrl>] |
| 23 | + [-u:file=<debugServerUrlFileName>] |
| 24 | + [-x=<externalDataProcessorUrl>] [-n=<debugAreaNames>]... |
| 25 | +Make measures from 1C:Enterprise and save them to genericCoverage.xml file |
| 26 | + -a, --action=<commandAction> |
| 27 | + Action: start, stop, dump, clean, check, convert. |
| 28 | + Default - start |
| 29 | + -i, --infobase=<infobaseAlias> |
| 30 | + InfoBase name. For file infobase use 'DefAlias' name |
| 31 | + -e, --extensionName=<extensionName> |
| 32 | + Extension name |
| 33 | + -x, --externalDataProcessor=<externalDataProcessorUrl> |
| 34 | + External data processor (or external report) url |
| 35 | + -s, --srcDir=<srcDirName> |
| 36 | + Directory with sources exported to xml |
| 37 | + -P, --projectDir=<projectDirName> |
| 38 | + Directory with project |
| 39 | + -o, --out=<outputFile> Output file name |
| 40 | + -c, --convertFile=<inputRawXmlFile> |
| 41 | + Input file name with RAW xml coverage data |
| 42 | + -u, --debugger=<debugServerUrl> |
| 43 | + Debugger url. Default - http://127.0.0.1:1550/ |
| 44 | + -u:file, --debugger:file=<debugServerUrlFileName> |
| 45 | + Debugger url file name |
| 46 | + -p, --password Dbgs password |
| 47 | + -p:env, --password:env=<passwordEnv> |
| 48 | + Password environment variable name |
| 49 | + -n, --areanames=<debugAreaNames> |
| 50 | + Debug area names (not for general use!) |
| 51 | + -t, --timeout=<pingTimeout> |
| 52 | + Ping timeout. Default - 1000 |
| 53 | + -r, --removeSupport=<removeSupport> |
| 54 | + Remove support values: NOT_EDITABLE, |
| 55 | + EDITABLE_SUPPORT_ENABLED, NOT_SUPPORTED, NONE. |
| 56 | + Default - NONE |
| 57 | + --verbose If you need more logs. Default - false |
| 58 | + -h, --help Show this help message and exit. |
| 59 | + -V, --version Print version information and exit. |
55 | 60 | ``` |
0 commit comments