Änderungen

Update Developing a QUIQQER CMS Import Provider erstellt von Patrick Müller's avatar Patrick Müller
......@@ -96,3 +96,14 @@ Ideally all ImportProviders should share the namespace `\QUI\CmsImport\Provider\
</package>
</quiqqer>
```
## Executing the Import
The import can be executed via console command.
```bash
$ cd QUIQQER_ROOT_DIR
$ php quiqqer.php --username=USERNAME --password=PASSWORD --tool="quiqqer:cms-import"
# Follow instructions and choose your ImportProvider from the list
```
\ No newline at end of file