Flox 1.7.6 is now live!
This release includes some updates that make it easier for automation and some
improvements to various CLI output.
- Added
flox auth tokencommand to display your current floxhub token (useful for automation) - Don’t print upgrade notification when running
flox activate -- <cmd> - Add
flox pull --copy --generationoption to pull-copy a specific generation from an environment hosted on https://hub.flox.dev - Fixed garbling of escape codes in bare
floxcommand output - The latest stable release of Flox is now tracked by the
flox/flox:latestbranch (formally a tag). This is because tags have a bit more permanence and a branch is expected to move over time. This is primarily useful for flake-based installations.
Thank you to our community contributions this release
- Better error handling in
flox pushwhen no changes are present (mrswastik-robot) - Added trailing newlines in manifest and lockfile (mrswastik-robot)
- Nicer alignment in
flox showoutput (mrswastik-robot) flox listnow includes the catalog in the package path (mrswastik-robot)
Full notes and links at Release v1.7.6 · flox/flox · GitHub