Änderungen

Update Developing a QUIQQER CMS Import Provider erstellt von Patrick Müller's avatar Patrick Müller
...@@ -95,4 +95,15 @@ Ideally all ImportProviders should share the namespace `\QUI\CmsImport\Provider\ ...@@ -95,4 +95,15 @@ Ideally all ImportProviders should share the namespace `\QUI\CmsImport\Provider\
</package> </package>
</quiqqer> </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