mbryzek / schema-evolution-manager

Schema Evolution Manager makes it very simple for engineers to contribute schema changes to a postgresql database, managing the schema evolutions as proper source code. Schema changes are deployed as gzipped tarballs named with the corresponding git tag.
Apache License 2.0
268 stars 47 forks source link

Add --password command line parameter #34

Closed mbryzek closed 8 years ago

mbryzek commented 8 years ago
yonigoldberg commented 8 years ago

Looks great, I am cool with the refactoring.

One new thought that I have since we are not messing with ~/.pgpass anymore, it to make --password a first class feature. I think we can drop the parameter --password all together, and if it the password is empty when we prompt for it, we just do nothing.