Skip to content

Commit 123dfa6

Browse files
tbalmblaschke
authored andcommitted
[FEATURE] Add 'make cli' shortcut for TYPO3 cli (#174)
A shortcut for invoking the TYPO3 cli inside the app container. Allows simple usage of TYPO3 cli commands e.g.: $ make cli extbase language:update
1 parent 4699cdd commit 123dfa6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ root:
7979
# TYPO3
8080
#############################
8181

82+
cli:
83+
docker-compose run --rm --user application app cli $(ARGS)
84+
8285
scheduler:
8386
docker exec -it $$(docker-compose ps -q app) typo3/cli_dispatch.phpsh scheduler $(ARGS)
8487

0 commit comments

Comments
 (0)