gatewayapps / ims-migration

Database migration tooling for IMS
1 stars 0 forks source link

#14 - [Bug] cli requires package password #15

Closed justinneff closed 7 years ago

justinneff commented 7 years ago

Modified the cli to allow both package login and password to be omitted under the following conditions.

  1. If a new database is being created, both package login and package password must be provided. This generates a publish Sequelize exception.
  2. If package password is set then package login must also be provided.

Also, made notes in read me regarding the possibility of having an empty string for PackageLoginUsername and PackageLoginPassword replacements.