RedHatSatellite / sat6_scripts

Scripts to automate various Satellite 6 content related tasks, including disconnected export/import, publish, promote, cleanup and more...
GNU General Public License v3.0
53 stars 33 forks source link

publish_content_views: added new parameter to change the CV description #25

Closed camandel closed 6 years ago

camandel commented 6 years ago

I needed to change the default description "Published by use via API script" with a custom one (like hammer content-view publish --description "my descr"), so I tried to add a new optional parameter (--comment) to get it:

./publish_content_views --comment "my new description"