github.com/drud/ddev@v1.21.5-alpha1.0.20230226034409-94fcc4b94453/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 "$@"