It would be great to have an option to install and update apps from an appstore using the command line via occ. Currently, only apps already installed from the webinterface can be enabled or disabled. This is a problem if app installation or updating should be automated.
Steps to reproduce
e.g. Executing php $NEXTCLOUD_DIR/occ app:enable calendar when the calendar app is not installed.
Expected behaviour
The app should be downloaded and installed or updated from the appstore. Not necessarily by the app:enable command, it would be also possible or even better to have a separate command like app:install for this purpose.
Actual behaviour
occ prints calendar not found and exits without installing or enabling the app.
Server configuration
Nextcloud version: (see Nextcloud admin page)
10.0.1
It would be great to have an option to install and update apps from an appstore using the command line via
occ. Currently, only apps already installed from the webinterface can be enabled or disabled. This is a problem if app installation or updating should be automated.Steps to reproduce
e.g. Executing
php $NEXTCLOUD_DIR/occ app:enable calendarwhen the calendar app is not installed.Expected behaviour
The app should be downloaded and installed or updated from the appstore. Not necessarily by the
app:enablecommand, it would be also possible or even better to have a separate command likeapp:installfor this purpose.Actual behaviour
occprintscalendar not foundand exits without installing or enabling the app.Server configuration
Nextcloud version: (see Nextcloud admin page)
10.0.1