auth | A collection of authentication commands |
clean | Removes items ddev has created |
composer | Executes a composer command within the web container |
config | Create or modify a ddev project configuration in the current directory |
d, dbg, debug | A collection of debugging commands |
delete | Remove all project information (including database) for an existing project |
desc, st, status, describe | Get a detailed description of a running ddev project |
., exec | Execute a shell command in the container for a service. Uses the web service by default |
export-db | Dump a database to a file or to stdout |
get | Get/Download a 3rd party add-on (service, provider, etc.) |
hostname | Manage your hostfile entries |
import-db | Import a sql file into the project |
import-files | Pull the uploaded files directory of an existing project to the default public upload directory of your project |
l, ls, list | List projects |
logs | Get the logs from your running services |
mutagen | Commands for mutagen status and sync, etc |
sc, stop-containers, pause | Uses 'docker stop' to pause/stop the containers belonging to a project |
powerdown, poweroff | Completely stop all projects and containers |
pull | Pull files and database using a configured provider plugin |
push | Push files and database using a configured provider plugin |
restart | Restart a project or several projects |
service | Add or remove, enable or disable extra services |
share | Share project on the internet via ngrok |
snapshot | Create a database snapshot for one or more projects |
ssh | Starts a shell session in the container for a service. Uses web service by default |
add, start | Start a ddev project |
remove, rm, stop | Stop and remove the containers of a project. Does not lose or harm anything unless you add --remove-data |
version | Print ddev version and component versions |
help | Help about any command |