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
## Summary
A few major changes to runx:
* Updates newest runx version to allow for github token, validation,
etc.
* lockfile can now resolve runx packages. Exact versions are saved in
lockfile and `install installs deterministic versions according to
lockfile information.
* devpkg can now validate runx packages
## How was it tested?
```bash
devbox add runx:golangci/golangci-lint@latest
devbox add runx:golangci/[email protected]
devbox add runx:golangci/golangci-lint
devbox rm runx:golangci/golangci-lint
```
Inspected devbox.json and devbox.lock in between every command.
0 commit comments