Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

v2.3.0

Compare
Choose a tag to compare
@Heavybullets8 Heavybullets8 released this 20 Aug 02:01
· 40 commits to main since this release
2e9cb91

[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]