Skip to content

aragonosx:upgrade

Update an installed plugin to a newer build via the Plugin Setup Processor.

aragonosx:upgrade <plugin> [...params]
NameTypeDescription
pluginpluginInstalled plugin to update
[...params]anyPlugin update parameters
NameTypeDescription
--versionstringTarget version as . (default latest build)
# Update the token-voting plugin to the latest build of its release
aragonosx:connect mydao (
aragonosx:propose multisig (
aragonosx:upgrade token-voting
)
)
  • OSx only updates builds within the same release; upgrading across releases requires uninstalling and reinstalling.
  • Must run inside a propose or act block. The emitted sequence temporarily grants the Plugin Setup Processor UPGRADE_PLUGIN_PERMISSION on the plugin (and ROOT_PERMISSION on the DAO) and revokes both afterwards.