Skip to content

Commit e174325

Browse files
Jino-TJino Tesauro
andauthored
Change CLI tool reference in docs (#12619)
Co-authored-by: Jino Tesauro <jino@defectdojo.com>
1 parent 92d4a0b commit e174325

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

docs/content/en/connecting_your_tools/external_tools.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -623,11 +623,11 @@ Use the import command to import new findings into DefectDojo.
623623
#### Usage
624624

625625
```
626-
defectdojo-cli [global options] import <required flags> [optional flags]
627-
or: defectdojo-cli [global options] import --config ./config-file-path
628-
or: defectdojo-cli import [-h | --help]
629-
or: defectdojo-cli import example [subcommand options]
630-
or: defectdojo-cli import example [-h | --help]
626+
universal-importer [global options] import <required flags> [optional flags]
627+
or: universal-importer [global options] import --config ./config-file-path
628+
or: universal-importer import [-h | --help]
629+
or: universal-importer import example [subcommand options]
630+
or: universal-importer import example [-h | --help]
631631
632632
>> The API token must be set in the environment variable `DD_IMPORTER_DOJO_API_TOKEN`.
633633
```
@@ -657,13 +657,13 @@ You can use `deduplication-on-engagement` to restrict deduplication for imported
657657
**Import Basic syntax:**
658658

659659
```
660-
defectdojo-cli import [options]
660+
universal-importer import [options]
661661
```
662662

663663
#### **Import Example:**
664664

665665
```
666-
defectdojo-cli import \
666+
universal-importer import \
667667
--defectdojo-url "https://YOUR_INSTANCE.cloud.defectdojo.com/" \
668668
--scan-type "burp scan" \
669669
--report-path "./examples/burp_findings.xml" \
@@ -772,19 +772,19 @@ You can use `deduplication-on-engagement` to restrict deduplication for imported
772772
#### Usage
773773

774774
```
775-
defectdojo-cli [global options] reimport <required flags> [optional flags]
776-
or: defectdojo-cli [global options] reimport --config ./config-file-path
777-
or: defectdojo-cli reimport [-h | --help]
778-
or: defectdojo-cli reimport example [subcommand options]
779-
or: defectdojo-cli reimport example [-h | --help]
775+
universal-importer [global options] reimport <required flags> [optional flags]
776+
or: universal-importer [global options] reimport --config ./config-file-path
777+
or: universal-importer reimport [-h | --help]
778+
or: universal-importer reimport example [subcommand options]
779+
or: universal-importer reimport example [-h | --help]
780780
781781
>> The API token must be set in the environment variable `DD_IMPORTER_DOJO_API_TOKEN`.
782782
```
783783

784784
#### **Reimport Example:**
785785

786786
```
787-
defectdojo-cli reimport \
787+
universal-importer reimport \
788788
--defectdojo-url "https://YOUR_INSTANCE.cloud.defectdojo.com/" \
789789
--scan-type "Nancy Scan" \
790790
--report-path "./examples/nancy_findings.json" \
@@ -873,9 +873,9 @@ Interactive mode allows you to configure import and reimport process, step-by-st
873873
#### Usage
874874

875875
```
876-
defectdojo-cli interactive
877-
or: defectdojo-cli interactive [--skip-intro] [--no-full-screen] [--log-path]
878-
or: defectdojo-cli interactive [-h | --help]
876+
universal-importer interactive
877+
or: universal-importer interactive [--skip-intro] [--no-full-screen] [--log-path]
878+
or: universal-importer interactive [-h | --help]
879879
```
880880

881881
#### Options

0 commit comments

Comments
 (0)