mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-10 06:36:10 +01:00
Daniel Siepmann
a756998f1f
Import now properly handles images. It only added missing images beforehand but now will properly: - Remove - Resort - Add - Update Relates: #10521
46 lines
1.2 KiB
ReStructuredText
46 lines
1.2 KiB
ReStructuredText
.. index:: single: Command
|
|
.. _commands:
|
|
|
|
Commands
|
|
========
|
|
|
|
Proper documentation is available via built in help system.
|
|
This documentation is just there to keep existing Info from readme.
|
|
|
|
Access built in help:
|
|
|
|
.. code-block:: sh
|
|
|
|
# Get overview of commands
|
|
./vendor/bin/typo3
|
|
|
|
# Get detailed help of command
|
|
./vendor/bin/typo3 help events:destinationdataimport
|
|
|
|
.. index:: single: Command; events:destinationdataimportviaconfiguration
|
|
.. _eventsDestinationdataimportviaconfiguration:
|
|
|
|
``events:destinationdataimportviaconfiguration``
|
|
------------------------------------------------
|
|
|
|
.. index:: single: Command; events:destinationdataimportviaallconfigurations
|
|
.. _eventsDestinationdataimportviaallconfigurations:
|
|
|
|
``events:destinationdataimportviaallconfigurations``
|
|
----------------------------------------------------
|
|
|
|
.. index:: single: Command; events:removeAll
|
|
.. _eventsRemoveAll:
|
|
|
|
``events:removeAll``
|
|
--------------------
|
|
|
|
.. index:: single: Command; events:removePast
|
|
.. _eventsRemovePast:
|
|
|
|
``events:removePast``
|
|
---------------------
|
|
|
|
Will remove all dates within the past.
|
|
Events with no more dates will be removed as well.
|
|
It also will remove all related files that no longer are in use.
|