DDEV Add-on RegistryT14D3 › ddev-rapunzelutils

ddev-rapunzelutils

Using Custom Aliases

This add-on allows you to create short custom DDEV aliases. To add an alias, you can either manually edit the .ddev/aliases.yaml file or use the ddev alias command.

To create a new alias, use the --add or --create flag:

ddev alias --add <alias_name> <container> <command>

For example: