Maintain tags for something like @latest-2 #2853
Replies: 1 comment 7 replies
-
Aww, sorry! [and you have opened issues for those, right ??] We have the same problem with some of our dependencies in CI 😄. ex: our node version is almost always the default, but we can set an env when we need something in particular. Maybe The one downside to your idea (ex: The upside to parameterizing it is that you could also use
|
Beta Was this translation helpful? Give feedback.
-
Hi!
We have been using @latest in our CI server for quite some time. Every once in a while we get an install from latest that bites us.
We are looking to implement some functionality that captures the latest 3 wednesday releases and using the 3rd latest version to be our standard cli install version.
This may give us a some wiggle room in the event there is a bug introduced.
It would be nice if we didn't have to build this logic and we could do something like : npm install sf@latest-3
I'm not sure if this a helpful approach or not or if this tagging syntax doesn't make sense for salesforce cli.
In my initial googl'ing this is all I came across to make sense of what I was looking for: https://stackoverflow.com/questions/40398488/how-does-npm-install-npmlatest-2-resolve-package-version
Beta Was this translation helpful? Give feedback.
All reactions