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