
ddev
List of commands for ddev:
-
ddev:tldr:1e27c ddev: [f]ollow the log trail.$ ddev logs -ftry on your machineexplain this command
-
ddev:tldr:9084a ddev: Export a database.$ ddev export-db --file=${-tmp-db-sql-gz}try on your machineexplain this command
-
ddev:tldr:b95ae ddev: Run a specific command within a container.$ ddev exec ${echo 1}try on your machineexplain this command
-
ddev:tldr:dd15b ddev: Run composer within the container.$ ddev composertry on your machineexplain this command
-
ddev:tldr:dd459 ddev: Configure a project's type and docroot.$ ddev configtry on your machineexplain this command
-
ddev:tldr:eeed0 ddev: Install a specific Node.js version.$ ddev nvm install ${version}try on your machineexplain this command