Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updata: Librarize add-update and add-migration #574

Closed
zmrow opened this issue Dec 4, 2019 · 2 comments · Fixed by #577
Closed

updata: Librarize add-update and add-migration #574

zmrow opened this issue Dec 4, 2019 · 2 comments · Fixed by #577
Assignees

Comments

@zmrow
Copy link
Contributor

zmrow commented Dec 4, 2019

What I'd like:
I'd like to be able to use the add-update and add-migration functionality from updata in other rust code. If possible, we should pull this functionality out into a library!

Any alternatives you've considered:

  • Using updata as a binary isn't an option
@zmrow zmrow assigned zmrow and sam-aws and unassigned sam-aws Dec 4, 2019
@sam-aws
Copy link
Contributor

sam-aws commented Dec 4, 2019

Since these are operations on the manifest it's probably simplest to move the logic from Updata into the existing update_metadata library, and just have Updata call those functions instead.

@sam-aws
Copy link
Contributor

sam-aws commented Dec 4, 2019

That would also tie in well with #480

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants