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

buffrs add now accept dependency with no version and defaults to latest #259

Merged
merged 3 commits into from
Jul 5, 2024

Conversation

gbouv
Copy link
Contributor

@gbouv gbouv commented Jul 5, 2024

Fixes #223

In addition to the current:

buffrs add --registry <REGISTRY> <REPO>/<PACKAGE_NAME>@<VERSION>

you can now run:

buffrs add --registry <REGISTRY> <REPO>/<PACKAGE_NAME>

or:

buffrs add --registry <REGISTRY> <REPO>/<PACKAGE_NAME>@latest

In those cases, buffrs will query the registry for the existing version of the package and defaults to the latest

@gbouv gbouv force-pushed the gbouv/add-latest-by-default branch 4 times, most recently from 82382ff to 9e56164 Compare July 5, 2024 12:44
@gbouv gbouv force-pushed the gbouv/add-latest-by-default branch from 9e56164 to bb12633 Compare July 5, 2024 12:54
@gbouv gbouv requested a review from mara-schulke July 5, 2024 13:00
@gbouv gbouv enabled auto-merge July 5, 2024 13:15
@gbouv gbouv merged commit accac5e into main Jul 5, 2024
7 checks passed
@gbouv gbouv deleted the gbouv/add-latest-by-default branch July 5, 2024 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants