Documentation Index
Fetch the complete documentation index at: https://flox-robinbrantley-containers.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
NAME
flox-upgrade - upgrade packages in an environmentSYNOPSIS
DESCRIPTION
Upgrade packages in the environment. When no arguments are specified, all packages in the environment are upgraded if possible. A package is upgraded if its version, build configuration, or dependency graph changes. Packages to upgrade can be specified by group name. Packages without a specified pkg-group in the manifest are placed in a group named ‘toplevel’. The packages in that group can be upgraded without updating any other groups by passing ‘toplevel’ as the group name. A single package can only be specified to upgrade by ID if it is not in a group with any other packages. Seemanifest.toml(5) for more on using
pkg-groups.
OPTIONS
Upgrade Options
--dry-runShow available upgrades but do not apply them.
<package or pkg-group>Install ID or pkg-group to upgrade.
Environment Options
If no environment is specified for an environment command, the environment in the current directory or the active environment that was last activated is used.-d, --dirPath containing a .flox/ directory.
-r, --referenceA FloxHub environment, specified in the form
<owner>/<name>.
General Options
-h, --helpPrints help information. The following options can be passed when running any
flox subcommand
but must be specified before the subcommand.
-v, --verboseIncrease logging verbosity. Invoke multiple times for increasing detail.
-q, --quietSilence logs except for errors.
SEE ALSO
manifest.toml(5)