Project

General

Profile

Feature #37491

Updated by Jeremy Lenz 12 months ago

When using 'hammer content-view component remove' you can pass either    --component-content-view-ids, or --component-ids. 

 

  --component-content-view-ids is self-explanatory and works as expected, but --component-ids refers to IDs of Katello::ContentViewComponents, which is a join model that never should have been exposed to users. 

 The 'COMPONENT ID' field should be removed from 'hammer content-view component list'. 

 The --component-ids option in 'hammer content-view component remove' should be deprecated, and removed in a later release. 

Back