Skip to main content

devbox update

Updates packages within your project to the latest available version.

Synopsis

If you provide this command with a list of packages, it will update those packages to the latest available version based on the version tag provided.

For example: if your project has python@3.11 in your package list, running devbox update will update your project to the latest patch version of python 3.11.

If no packages are provided, this command will update all the versioned packages in your project to the latest acceptable version.

devbox update [pkg]... [flags]

Options

OptionDescription
-c, --configPath to devbox config file.
-h, --helphelp for shell
-q, --quietQuiet mode: Suppresses logs.

SEE ALSO

  • devbox - Instant, easy, predictable shells and containers