How to add custom commands to Surf #607
erik-zicht
started this conversation in
Ideas
Replies: 1 comment
-
You better use TYPO3 Console for that or your own symfony console application. There you can add any command you want because Surf does not support custom commands. Surf is just a symfony console application. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, the available commands in Surf are:
What if I want to add my own commands? E.g.
vendor/bin/surf ssh prod
to connect to a server. Orvendor/bin/surf db:dump prod
to fetch a database-dump from remote.Is that currently possible, or does Surf need internal refactoring to be able to add new custom commands?
Beta Was this translation helpful? Give feedback.
All reactions