mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-08 21:56:12 +01:00
parent
cc64515cd6
commit
277a167621
2 changed files with 29 additions and 0 deletions
28
Documentation/CommandController.rst
Normal file
28
Documentation/CommandController.rst
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
.. include:: /Includes.rst.txt
|
||||||
|
|
||||||
|
.. _command-controller:
|
||||||
|
|
||||||
|
==================
|
||||||
|
Command Controller
|
||||||
|
==================
|
||||||
|
|
||||||
|
The "tea" extension comes with a CommandController that can be used for the
|
||||||
|
automatic creation of test data. It also serves to illustrate how data can be
|
||||||
|
created in the database using a command controller.
|
||||||
|
|
||||||
|
You must set a page id as argument. Therefore it's necessary to create an
|
||||||
|
sysfolder before.
|
||||||
|
|
||||||
|
You can add option `-d` to delete already existing data.
|
||||||
|
|
||||||
|
|
||||||
|
.. code-block:: bash
|
||||||
|
|
||||||
|
vendor/bin/typo3 tea:createtestdata 3
|
||||||
|
|
||||||
|
|
||||||
|
.. seealso::
|
||||||
|
|
||||||
|
For further details to Console Commands read the
|
||||||
|
:ref:`Creating a basic command <t3coreapi:console-command-tutorial-create>`
|
||||||
|
tutorial.
|
|
@ -47,6 +47,7 @@ continuous integration.
|
||||||
ReleaseBranchingStrategy
|
ReleaseBranchingStrategy
|
||||||
Environment
|
Environment
|
||||||
DependencyManager
|
DependencyManager
|
||||||
|
CommandController
|
||||||
Running
|
Running
|
||||||
ContinuousIntegration
|
ContinuousIntegration
|
||||||
Documentation
|
Documentation
|
||||||
|
|
Loading…
Reference in a new issue