-
Notifications
You must be signed in to change notification settings - Fork 38
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
How to provide latest released package version? #62
Comments
@Mattue sorry not sure I got your point. For the |
Yes, this is correct. |
Well then I think it's working as designed, as the command is supposed to reflect what's in your dependency tree. Why not update your |
I was expecting that using One problem that I see is that you may forgot to change dependency version in Also we have several teams that develop packages using same dependency, and forcing them to follow for latest releases may cause some head blown ups 😄 There may be more, but I came with this one yet. |
I do agree this is not ideal but that's the way Salesforce made it regarding the So if you don't update your If you want to have more dynamic installs between several projects, you should have a look the sfpowerscripts orchestrator which may be doing what you want. |
Could not agree with that. Salesforce has no restrictions on dependencies when installing using May be plugin can have something like I will review |
I was talking about What you are basically requesting is either to use I agree that's not convenient for your use case but we are just following what Salesforce provides regarding the |
Didn't understand this one
We can't install several versions of packages in Salesforce, only one. You saying that if in
This is not clear understanding. I want to use latest available version, or latest available version starting from major version 1. And just not think about it when creating my packages. In case when I'm providing strict version number like |
I understand, you want to use the latest available version. What I say, is that there is no way to specify this in in the Then you can still manually install whatever version you want, but when we talk about |
That is understandable and I'm not arguing over standard Salesforce functionality and features. But should plugins expand and simplify standard feature usage? |
It may, I guess that's what Why ? Well let's say that you have a But your new version Let me be honest, I wish there would be a way to use something like So I do understand that there is a need for what you ask, but I think it's outside of this command's scope. I'll keep this issue open because still, |
Sure, got your point. Sad to read that, but thanks. Thank you for your communication. |
Hi.
I'm playing around with SF packages CI/CD and some of packages contains dependencies to other packages.
How to properly provide latest version in
sfdx-project.json
sosfdx texei:package:dependencies:install
would install it correctly? For now it will install older version even if latest version is installed already.sfdx texei:package:dependencies:install
Also RELEASED keyword is not working with texei plugin is it expected?
The text was updated successfully, but these errors were encountered: