3liz / qgis-plugin-manager

CLI tools for installing QGIS Plugins
GNU General Public License v3.0
12 stars 2 forks source link

Upgrade argument invalid choice #23

Closed arno974 closed 2 years ago

arno974 commented 2 years ago

Using the upgrade command returns an error

qgis-plugin-manager upgrade
usage: qgis-plugin-manager [-h] [-v] {init,list,remote,update,cache,install} ...
qgis-plugin-manager: error: argument command: invalid choice: 'upgrade' (choose from 'init', 'list', 'remote', 'update', 'cache', 'install')
Gustry commented 2 years ago

As mentioned in https://github.com/3liz/qgis-atlasprint/issues/54#issuecomment-1058945738 :
you need to upgrade your version.

qgis-plugin-manager --version and check with https://github.com/3liz/qgis-plugin-manager/releases

Gustry commented 2 years ago

Inception, to have the upgrade command, you need to upgrade first ;-)

arno974 commented 2 years ago

Thanks after the update everything works as expected !