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

Enable users to add the latest version of a dependency through buffrs add #223

Closed
mara-schulke opened this issue Feb 15, 2024 · 1 comment
Labels
complexity::medium Issues or ideas which require some discussion, research and more implementation work component::cli Everything related to the buffrs cli datamodel Changes related to the Datamodel priority::medium This is not urgent, but we should do this. type::feature Shipping or drafting a new feature for this product type::idea Rough idea or proposal for buffrs

Comments

@mara-schulke
Copy link
Contributor

It would be greatly improving the user experience to be able to add a dependency using latest instead of a fixed version string and having buffrs figure out what the latest version is!

e.g. buffrs add --registry <registry> some-repo/some-package@latest

@mara-schulke mara-schulke added datamodel Changes related to the Datamodel component::cli Everything related to the buffrs cli complexity::medium Issues or ideas which require some discussion, research and more implementation work type::feature Shipping or drafting a new feature for this product type::idea Rough idea or proposal for buffrs priority::medium This is not urgent, but we should do this. labels Feb 15, 2024
@mara-schulke mara-schulke added this to the User Experience milestone Feb 15, 2024
@tomkarw
Copy link
Contributor

tomkarw commented Feb 15, 2024

How about the syntax being just skipping the version:

buffrs add --registry <registry> some-repo/some-package

Like cargo add <some-package> for example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
complexity::medium Issues or ideas which require some discussion, research and more implementation work component::cli Everything related to the buffrs cli datamodel Changes related to the Datamodel priority::medium This is not urgent, but we should do this. type::feature Shipping or drafting a new feature for this product type::idea Rough idea or proposal for buffrs
Projects
None yet
Development

No branches or pull requests

2 participants