subscription-manager release shortcut does not work
While setting up RHEL 8.7 I noticed that the man page says there is a shortcut for setting the release version. This also does not work in RHEL 9.1.
The man page for subscription-manager version 4.2.10-1 says this:
--release=VERSION Shortcut for "release --set=VERSION"
This DOES work:
subscription-manager release --set=8.7 Release set to: 8.7
This does NOT work AND does not display an error message:
subscription-manager --release=8.7 Usage: subscription-manager MODULE-NAME [MODULE-OPTIONS] [--help] Primary Modules: attach Attach a specified subscription to the registered system, when system does not use Simple Content Access mode list List subscription and product information for this system refresh Pull the latest subscription data from the server register Register this system to the Customer Portal or another subscription management service release Configure which operating system release to use remove Remove all or specific subscriptions from this system status Show status information for this system's subscriptions and products unregister Unregister this system from the Customer Portal or another subscription management service Other Modules: addons Deprecated, see 'syspurpose' auto-attach Set if subscriptions are attached on a schedule (default of daily) clean Remove all local system and subscription data without affecting the server config List, set, or remove the configuration parameters in use by this system environments Display the environments available for a user facts View or update the detected system information identity Display the identity certificate for this system or request a new one import Import certificates which were provided outside of the tool orgs Display the organizations against which a user can register a system plugins View and configure with 'subscription-manager plugins' redeem Attempt to redeem a subscription for a preconfigured system repo-override Manage custom content repository settings repos List the repositories which this system is entitled to use role Deprecated, see 'syspurpose' service-level Deprecated, see 'syspurpose' subscribe Deprecated, see attach syspurpose Convenient module for managing all system purpose settings unsubscribe Deprecated, see remove usage Deprecated, see 'syspurpose' version Print version information
Responses