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:
This discussion was converted from issue #141 on March 27, 2023 13:50.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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:
Beta Was this translation helpful? Give feedback.
All reactions