You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we can make rtx local --fuzzy the default behavior (since the real version will be locked) which is probably what people expect
we can set the plugin repositories so other developers doing need to manually install plugins that either aren't in the shortname repo or are supposed to use a custom location
we could have an rtx upgrade command to update the lockfile to the latest matching version
People have asked about having a custom shortname repo, but I think number 2 here actually makes that unnecessary.
This was mentioned in this thread, although I am not sure that locking to a specific plugin commit sha makes sense:
Here's what we can do with a lockfile:
rtx local --fuzzy
the default behavior (since the real version will be locked) which is probably what people expectrtx upgrade
command to update the lockfile to the latest matching versionPeople have asked about having a custom shortname repo, but I think number 2 here actually makes that unnecessary.
This was mentioned in this thread, although I am not sure that locking to a specific plugin commit sha makes sense:
The text was updated successfully, but these errors were encountered: