# cfxEdgeCollector Command Line Options

```
>>> cfxedgecollector status --help
```

Command: **cfxedgecollector status --help**

Command will display the following syntax information.

usage: cfxstatus.sh \[-h] \[--jobname JOBNAME] \[--status] \[--type TYPE]

&#x20;                          \[--network NETWORK] \[--date\_range DATE\_RANGE] \[--failed]

&#x20;                          \[--duplicates]

&#x20;                          \[--db {seed,inprogress,successful,duplicate,partial,failed,deviceidentity}]

&#x20;                          \[--securedir SECUREDIR] \[--exporteddir EXPORTEDDIR]

&#x20;                          \[--jobdir JOBDIR] \[--datadir DATADIR]

**optional arguments**:

&#x20; -h, --help                                                            Show this help message and exit

&#x20; \--jobname      JOBNAME                          Override job name with this name

&#x20; \--status                                                              Print current status of the Job and ignore all other options  and filters

&#x20; \--type              TYPE                                       Specify type of report  (default|credentials|groups|system|duplicates)

&#x20; \--network       NETWORK                        Print devices in the specified ranges or network addresses ex: 10.1.., 10.25.1.2, 10.10.5.0/24, 10.12.1.1-10.12.1.20

&#x20; \--date\_range DATE\_RANGE                 Print devices that have been attempted in the specified date ranges (mm/dd/yyy-mm/dd/yyyy) with optional time ex: 12/30/2017T10:00-12/31/2017T18:30

&#x20; \--failed                                                                 Include failed devices also in the output

&#x20; \--duplicates                                                      Include duplicate devices also in the output

&#x20; \--db {seed,inprogress,successful,duplicate,partial,failed,deviceidentity} Table to dump data from

&#x20; \--securedir     SECUREDIR                       Directory of RSA Key Pair

&#x20; \--exporteddir EXPORTEDDIR               Directory where Exported data is stored.

&#x20; \--jobdir JOBDIR                                             Directory where Collector jobs are stored.

&#x20; \--datadir DATADIR                                       Directory where Collector Data and logs are stored.
