update from command line

AK,

Is there any way I can update all plugin from the command line in one shot instead of doing them one by one with a openLuup reload ?

You can certainly initiate an individual plugin update from an HTTP request - that’s what AltUI does when you press the Update button.

Each individual update forces a system reload by default. It is possible (perhaps with a tiny code change) to update the files and not restart the system. In fact, this is what happens when you install a brand new plugin from the app store. However, most new plugins force a reload when configuring themselves anyway.

I am totally against auto-updates (for good reason) so doing this sort of thing automatically is a bit of an anathema. What are you really trying to achieve? I can’t see a fundamental problem with a system reload. At least, with openLuup, this happens quickly.

Am I missing something?

AK,

The issue, is simple, I’m using DSC plugin under openLuup directly and when I reload openLuup, I need to reload it a couple of time to be able to use DSC plugin correctly as it looks like not ending the connection properly with DSC and I can’t reconnect after.

So I would like to be able to update all my stuff from command line, instead of using the menu (i’m a command line lover) without a reload so I can manage my reload my self…