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
Right now, if you manage multiple machines they tend to drift and ecosystems you don't use often will fall behind and will not stay up-to-date. The idea is to write the installed versions into a lock-file and track these as well and make it also machine readable for automatic version bumping support.
e.g.
dotfiles install
should read versions from the lock-file and try to install these
dotfiles update
should update the packages and write the new versions into the lock-file
dotfiles pin
should query the different ecosystems and write the installed versions to the lock-file
The text was updated successfully, but these errors were encountered:
jan-xyz
changed the title
version pinning in the config file
version pinning via a lock-file
Jul 25, 2021
Right now, if you manage multiple machines they tend to drift and ecosystems you don't use often will fall behind and will not stay up-to-date. The idea is to write the installed versions into a lock-file and track these as well and make it also machine readable for automatic version bumping support.
e.g.
should read versions from the lock-file and try to install these
should update the packages and write the new versions into the lock-file
should query the different ecosystems and write the installed versions to the lock-file
The text was updated successfully, but these errors were encountered: