Actions
Bug #36197
closedAdd simple-content-access param to organization update command
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=2160160
Description of problem:
When creating an organization with hammer, we have the following option:- hammer organization create
--name "My_Organization"
--label "My_Organization_Label"
--simple-content-access true/false
This does not show up in the organization update command.
Version-Release number of selected component (if applicable):
Sat 6.13
How reproducible:
Steps to Reproduce:
1. hammer organization update -h
Actual results:
--simple-content-access true/false is missing from org update command
Expected results:
--simple-content-access true/false to be an option
Additional info:
This was found during the new SCA Candlepin docs review with Toledo and Adam
Actions