config icon indicating copy to clipboard operation
config copied to clipboard

feat: added ujust toggle-release command

Open damiankorcz opened this issue 10 months ago • 3 comments

Description

This implements the feature mentioned in #251. I've tested it locally on my bluefin-nvidia install.

Usage

  • Run ujust toggle-release to get a selection menu of available releases. Enter on the release you want and it should trigger an appropriate rpm-ostree rebase for your current image.
  • Run ujust toggle-release <option> to directly run the rebase; skipping the selection menu e.g. ujust toggle-release 39. Available options:
    • latest
    • gts
    • 40
    • 39
    • 38
  • Selecting the same release as currently installed will result in a message You are already on this release! and it will exit the script.
  • Run ujust toggle-release help to see the description on how to use this command.

damiankorcz avatar Apr 13 '24 20:04 damiankorcz