makinacorpus / DbToolsBundle

A PHP library to backup, restore and anonymize databases
https://dbtoolsbundle.readthedocs.io
MIT License
181 stars 15 forks source link

feat: Add clean command to dev.sh script #184

Closed iNem0o closed 2 weeks ago

iNem0o commented 2 weeks ago

Hello

This PR add a new development helper command to completely clean up the Docker environment. This is useful for contributors who want to reset their development environment to a clean state.

The clean command performs the following:

Usage:

./dev.sh clean

Documentation has been adjusted accordingly to the change.

pounard commented 2 weeks ago

It seems all good to me!

Pipeline is green, so let's merge this.

pounard commented 2 weeks ago

@iNem0o thanks!

pounard commented 2 weeks ago

It lack a line in the changelog, we'll have to add it.