rwnx / pynonymizer

A universal tool for translating sensitive production database dumps into anonymized copies.
https://pypi.org/project/pynonymizer/
MIT License
101 stars 38 forks source link

Wrong documentation #119

Closed rwnx closed 1 year ago

rwnx commented 1 year ago

Since #118 merged, the docs for the --db-pass option are misleading. currently it says:

  --db-password DB_PASSWORD, -p DB_PASSWORD
                        Database credentials: password.
                        Recommended: use environment variables
                        to avoid exposing secrets in production
                        environments. [$PYNONYMIZER_DB_PASSWORD]

This is based on a misconception. I'd like to remove the "Recommended" part.