zendesk / zendesk_app_migrator

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

[AF-842] As an app developer, I want the Migration Helper to help migrate v1 api calls to v2 #28

Closed svizzari closed 6 years ago

svizzari commented 7 years ago

:v:

/cc @zendesk/vegemite

Description

This PR adds an -a --auto flag, and attempts more advanced end-to-end transformations of v1 source code, including:

When the auto flag is used, the developer is prompted to accept that the results may be unstable before proceeding.

Because this behaviour is behind an auto flag, and requires the developer to opt-in, I'm in favour of releasing as-is, then iterating. Open to suggestions...

This PR goes part-way towards closing #27.

Resolves #27

Tasks

References

Risks

svizzari commented 7 years ago

@hoangtrvu 💇 I've renamed the option to -a, --auto as per your comment