[FLOW3-general] Document for flow3 command line
Bastian Waidelich
bastian at typo3.org
Fri Nov 25 10:06:39 CET 2011
Rayuth You wrote:
Hi,
> A newbie of flow3, I try to find document about flow3 command line by
> google. But i cannot find anything.
The CLI documentation [1] is still to be written unfortunately, but it
is quite straight forward to use:
You get an overview of all available commands if you enter
./flow3 help
in the shell
./flow3 help <command identifier>
outputs more details about the specified command.
Creating your own commands is really easy too:
Just create a command controller (extending
\TYPO3\FLOW3\MVC\Controller\CommandController) and all methods ending on
*Command() will be available in the CLI.
See [2] for an example.
Is that what you were looking for?
Bastian
[1] http://flow3.typo3.org/documentation/guide/partiii/commandline.html
[2]
http://git.typo3.org/FLOW3/Packages/TYPO3.FLOW3.git?a=blob;f=Classes/Command/PackageCommandController.php;h=34adf5a339bd6d43d0ed4e0cfb21087c8f6e0aaf;hb=HEAD
More information about the FLOW3-general
mailing list