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

fix(cli): add a flag to relax version checks #2586

Closed
wants to merge 1 commit into from

Conversation

gashcrumb
Copy link
Member

This change adds an --ignore-version-check flag to the CLI to allow for selectively ignoring the semver check the CLI performs when evaluating the plugin package dependencies. This can be used to work around issues where a plugin has not been updated for awhile but it is known to work because it relies on interfaces and functions that have not changed.

Related to but not quite the same as RHIDP-4505

This change adds an `--ignore-version-check` flag to the CLI to allow
for selectively ignoring the semver check the CLI performs when
evaluating the plugin package dependencies.  This can be used to work
around issues where a plugin has not been updated for awhile but it is
known to work because it relies on interfaces and functions that have
not changed.

Signed-off-by: Stan Lewis <[email protected]>
@gashcrumb gashcrumb requested review from davidfestal, jesuino, kadel and a team as code owners December 3, 2024 19:35
Copy link

changeset-bot bot commented Dec 3, 2024

🦋 Changeset detected

Latest commit: d319f69

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@janus-idp/cli Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

sonarqubecloud bot commented Dec 3, 2024

Copy link
Member

@schultzp2020 schultzp2020 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

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.

2 participants