launchdarkly-labs / project-migrator-script

Migrate Project Information from one account to another
3 stars 7 forks source link

Name of the new project always set to match the source project #4

Closed durw4rd closed 1 year ago

durw4rd commented 1 year ago

When executing the migrate.ts script, you have the option to set the project key of the new project. It would be good if this is reflected also in the name property of the new project. At the moment, the name will match exactly the name of the source project, resulting in a warning about duplicate project names in case one 'tests' the script within the same account, etc. It's also a bit unintuitive that the name potentially won't match the project key.

durw4rd commented 1 year ago

Addressed here