juliushaertl / apporder

Nextcloud app to enable sorting inside the app menu
GNU Affero General Public License v3.0
45 stars 9 forks source link

CLI access #96

Open francoisPE opened 3 years ago

francoisPE commented 3 years ago

Hello, You app is really awesome and key for configuration. for my use, I would like to be able to run cli command. Something like... php occ app:apporder order --value="my,list,of,app".

is it something feasible ? Many thanks for your job

ranomier commented 2 years ago

occ config:app:get apporder order Will return the current value of the app order, save it somewhere, better make a complete backup

occ config:app:set apporder order '<put config in here>' define the list however you wan't

Warning: occ config is a mighty tool, it can break things.

francoisPE commented 2 years ago

Thanks a lot :-)