zendesk / zendesk_app_migrator

CLI tool to assist in migrating v1 App Framework apps to v2
Other
10 stars 5 forks source link

[AF-801] Migrate files to the v1 app's directory #15

Closed svizzari closed 7 years ago

svizzari commented 7 years ago

:v:

/cc @zendesk/vegemite

Description

The App Migrator currently migrates files to a tmp folder, under it's own directory structure.

It should migrate files to the v1 app's folder. By default, the migrator should put the migrated app files into a folder called v2. We should make it configurable for an app developer to choose whether they would rather have the CLI back up the v1 app files into a folder called v1, and then replace with the v2 files.

Resolve #11 Resolve #14

References

Risks