Update
Updates a package or a list of packages to their latest versions.
#
UsageUpdates packages easily using novus with just a single command.
You can find the list of packages installed by running
novus list --installed
#
AliasThe word upgrade can be used as an alternative to update.
Example:
novus upgrade brave
#
Flags#
portableUpdates a portable version of the package if it exists.
Alias: -p
Example
novus update atom --portable
#
no-colorTurns off colored output while updating.
Alias: -nc
Example
novus update brave --no-color
#
no-progressDisables progress bar while updating.
Alias: -np
Example
novus update brave --no-progress
#
multithreadedEnables multithreaded download for faster downloads.
Alias: -m
Example
novus update brave --multithreaded