2023-06-12 11:07:52 +02:00
|
|
|
.. index:: single: Command
|
2021-12-13 08:48:10 +01:00
|
|
|
.. _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
|
|
|
|
|
2023-06-12 11:07:52 +02:00
|
|
|
.. index:: single: Command; events:destinationdataimportviaconfiguration
|
|
|
|
.. _eventsDestinationdataimportviaconfiguration:
|
|
|
|
|
2023-05-23 11:51:16 +02:00
|
|
|
``events:destinationdataimportviaconfiguration``
|
|
|
|
------------------------------------------------
|
|
|
|
|
2023-06-12 11:07:52 +02:00
|
|
|
.. index:: single: Command; events:destinationdataimportviaallconfigurations
|
|
|
|
.. _eventsDestinationdataimportviaallconfigurations:
|
|
|
|
|
2023-05-23 11:51:16 +02:00
|
|
|
``events:destinationdataimportviaallconfigurations``
|
|
|
|
----------------------------------------------------
|
2021-12-13 08:48:10 +01:00
|
|
|
|
2023-06-12 11:07:52 +02:00
|
|
|
.. index:: single: Command; events:removeAll
|
|
|
|
.. _eventsRemoveAll:
|
|
|
|
|
2021-12-13 08:48:10 +01:00
|
|
|
``events:removeAll``
|
2023-06-12 11:07:52 +02:00
|
|
|
--------------------
|
|
|
|
|
|
|
|
.. index:: single: Command; events:removePast
|
|
|
|
.. _eventsRemovePast:
|
2021-12-13 08:48:10 +01:00
|
|
|
|
|
|
|
``events:removePast``
|
2023-06-12 11:07:52 +02:00
|
|
|
---------------------
|
2021-12-13 08:48:10 +01:00
|
|
|
|
2023-06-12 11:07:52 +02:00
|
|
|
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.
|