Skip to content
This repository was archived by the owner on Aug 15, 2023. It is now read-only.

Commit bd197b1

Browse files
committed
[TASK] update readme
1 parent 90bc75e commit bd197b1

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,12 @@ Checkout the project website at forge.typo3.org:
1717
* ExtensionApi
1818
* info
1919
* listInstalled
20-
* updateList
20+
* updateList from TER
21+
* fetch an extension from TER
22+
* import an extension
23+
* install / uninstall extension
24+
* create upload folders
25+
* configure extension
2126
* SiteApi
2227
* info
2328
* createSysNews
@@ -37,8 +42,7 @@ Checkout the project website at forge.typo3.org:
3742
* run/check the reports from the reports module
3843
* ConfigurationApi
3944
* list, get and set TYPO3 configurations
40-
* ExtensionApi
41-
* update an extension from TER
45+
4246

4347
### CLI call: ###
4448

@@ -57,4 +61,8 @@ This will show you all available calls
5761

5862
#### TYPO3 4.6 and below ####
5963
If you are using 4.5 or 4.6, you can still use the extension with a call like
60-
./typo3/cli_dispatch.phpsh coreapi cache:clearallcaches
64+
./typo3/cli_dispatch.phpsh coreapi cache:clearallcaches
65+
66+
# list all available commands:
67+
./typo3/cli_dispatch.phpsh coreapi help
68+

0 commit comments

Comments
 (0)