-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[1.29] feat: deprecate attach/auto-attach #3415
[1.29] feat: deprecate attach/auto-attach #3415
Conversation
b19f8dc
to
38c92bc
Compare
Updated man-page to include deprecation notices to usage instructions of 'attach' and 'auto-attach' commands. Signed-off-by: Jason Jerome <[email protected]>
38c92bc
to
5d880ca
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the draft. I have few comments and requests.
|
||
def _command_name(self): | ||
return "attach" | ||
|
||
def _primary(self): | ||
return True | ||
return False |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point.
This patch adds a deprecation notice to the attach/auto-attach command descriptions. This patch also moves the attach command to the 'Other Modules' section in the sub-man help text from the 'Primary Modules' section. The attach command already displays an error message when attempting to attach subscriptions with an SCA registered system, so no changes are required to implement this. Signed-off-by: Jason Jerome <[email protected]>
This patch updates the '--auto-attach' and '--autosubscribe' options help text with a deprecation notice. Signed-off-by: Jason Jerome <[email protected]>
5d880ca
to
f6e9a2c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for update. LGTM
e4bfa2e
into
candlepin:subscription-manager-1.29
This update aims to add deprecation notices to the attach/auto-attach commands.
Changes Made
attach
andauto-attach
module descriptions.--auto-attach
and--autosubscribe
register options help text.attach
module from the 'Primary Modules' section in the sub-man help text to 'Other Modules'.Resolves: CCT-401