Synopsis

cpran upgrade [options] [arguments]

Description

Upgrades the specified CPrAN plugins to their latest known versions.

upgrade can take as argument a list of plugin names. If provided, only those plugins will be upgraded. Otherwise, all installed plugins will be checked for updates and upgraded. This second case should be the recommended use, but it is not currently implemented.

Examples

# Upgrades all installed plugins
cpran upgrade
# Upgrade specific plugins
cpran upgrade oneplugin otherplugin

See also