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

Clı: Added trustUserVersion option #18915

Merged
merged 1 commit into from Feb 1, 2024
Merged

Clı: Added trustUserVersion option #18915

merged 1 commit into from Feb 1, 2024

Conversation

yekalkan
Copy link
Member

@yekalkan yekalkan commented Feb 1, 2024

resolves #18902

new option: -tv or --trust-version

Description: When set, cli doesn't check if this version really exist. If the template with the given version is found in the cache, it will be used. (If not found and it doesn't exist on server too, it will throw exception.)
This will make easier to create spesific versions for personal testing or usage.

usage:

abp new Acme.BookStore -v 8.1.0-preview20243101 -tv

It can be combined with --local-framework-ref, of course.

Copy link

codecov bot commented Feb 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

❗ No coverage uploaded for pull request base (prerel-8.1@60fe904). Click here to learn what that means.

Additional details and impacted files
@@              Coverage Diff              @@
##             prerel-8.1   #18915   +/-   ##
=============================================
  Coverage              ?   51.67%           
=============================================
  Files                 ?     3092           
  Lines                 ?    98036           
  Branches              ?     7819           
=============================================
  Hits                  ?    50659           
  Misses                ?    45826           
  Partials              ?     1551           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@yekalkan yekalkan merged commit 87adbd9 into prerel-8.1 Feb 1, 2024
5 checks passed
@yekalkan yekalkan deleted the issue/18902 branch February 1, 2024 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant