|
|
|
|
|
by sh-run
141 days ago
|
|
I don't like the sound of `--wet-run`, but on more than one occasion I've written tools (and less frequently services) that default to `dry-run` and require `--no-dry-run` to actually make changes. For services, I prefer having them detect where they are running. Ie if it's running in a dev environment, it's going to use a dev db by default. |
|