[Features]
- Directly specify an application using
heavyscript pvc --mount/--unmount APPNAME
. - Use
ALL
for unmounting all applications (not valid for--mount
). - Unmount individual applications
[Logic Updates]
- On command execution, all PVCs within a namespace will be mounted without individual selection, since the app remains inactive anyway.
- Refined unmounting: target a specific application or opt for
ALL
to unmount all. - Removed the option to choose a pool, since that made no difference anyway, and caused unnecessary complications.
[Examples]
heavyscript pvc --unmount photoprism
heavyscript pvc --unmount ALL
heavyscript pvc --mount photoprism
[Notes]
- Users can of course still see the menu if they decide not to pass an application name to --mount or --unmount or even pvc
[Bugfix]
- Typo #128
@thomaslaw