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 should be able to pin package dependencies, and support upgrades following the main branch.
This command should install packages from pinned commits only (or pinning them if they don't exist) devx project update
This command should upgrade the binned commit hashes to the latest commit or to a user-specified commit devx project upgrade
Ultimately we should design the packaging & schema convention to be immutable like Nix or Grafana Thema, so it's very hard to introduce breaking changes to configurations.
The text was updated successfully, but these errors were encountered:
We should be able to pin package dependencies, and support upgrades following the main branch.
This command should install packages from pinned commits only (or pinning them if they don't exist)
devx project update
This command should upgrade the binned commit hashes to the latest commit or to a user-specified commit
devx project upgrade
Ultimately we should design the packaging & schema convention to be immutable like Nix or Grafana Thema, so it's very hard to introduce breaking changes to configurations.
The text was updated successfully, but these errors were encountered: