github.com/ddev/ddev@v1.23.2-0.20240519125000-d824ffe36ff3/pkg/ddevapp/global_dotddev_assets/commands/web/typo3cms (about) 1 #!/bin/bash 2 3 #ddev-generated 4 # This assumes that the typo3cms command will be in the $PATH; if in vendor/bin/ it will be 5 6 ## Description: Run TYPO3 Console (typo3cms) command inside the web container 7 ## Usage: typo3cms [args] 8 ## Example: "ddev typo3cms cache:flush" or "ddev typo3cms database:export" 9 ## ProjectTypes: typo3 10 ## ExecRaw: true 11 12 typo3cms "$@"