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